Package org.jcsp.net
Class DuplicateChannelLabelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcsp.net.DuplicateChannelLabelException
- All Implemented Interfaces:
Serializable
This Exception is thrown if there is an attempt to label
a channel's VCN with a label that already exists at the
same Node.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for DuplicateChannelLabelException.DuplicateChannelLabelException
(String message) Constructor for DuplicateChannelLabelException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateChannelLabelException
DuplicateChannelLabelException()Constructor for DuplicateChannelLabelException. -
DuplicateChannelLabelException
DuplicateChannelLabelException(String message) Constructor for DuplicateChannelLabelException.- Parameters:
message
-
-