Package org.jcsp.net.cns
Class WrongFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net.cns.WrongFactoryException
- All Implemented Interfaces:
Serializable
Thrown if an attempt is made to get a
NamedChannelEndManager
to destroy a channel that it did not create.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for WrongFactoryException.WrongFactoryException
(String message) Constructor for WrongFactoryException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongFactoryException
public WrongFactoryException()Constructor for WrongFactoryException. -
WrongFactoryException
Constructor for WrongFactoryException.- Parameters:
message
-
-