Package org.jcsp.net.cns
Class ChannelNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jcsp.net.cns.ChannelNameException
- All Implemented Interfaces:
Serializable
An exception caused by an invalid channel name.
- Author:
- Quickstone Technologies Limited
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelNameException
public ChannelNameException()Default constructor. -
ChannelNameException
Constructor.- Parameters:
description
- Description of the error.
-