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:
java.io.Serializable
public class WrongFactoryException extends java.lang.RuntimeException
Thrown if an attempt is made to get aNamedChannelEndManager
to destroy a channel that it did not create.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongFactoryException()
Constructor for WrongFactoryException.WrongFactoryException(java.lang.String message)
Constructor for WrongFactoryException.
-