Class WrongFactoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrongFactoryException
    extends java.lang.RuntimeException
    Thrown if an attempt is made to get a NamedChannelEndManager to destroy a channel that it did not create.
    Author:
    Quickstone Technologies Limited
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WrongFactoryException

        public WrongFactoryException()
        Constructor for WrongFactoryException.
      • WrongFactoryException

        public WrongFactoryException​(java.lang.String message)
        Constructor for WrongFactoryException.
        Parameters:
        message -