public class ChannelNameException extends ChannelException
Channel
with a name that is not valid.
Channel names must be between 1 and 16 characters in length and must consist of only the following types of character:
Constructor and Description |
---|
ChannelNameException()
Creates a new exception with no message.
|
ChannelNameException(java.lang.String message)
Creates a new exception with the specified message.
|
ChannelNameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
ChannelNameException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public ChannelNameException()
public ChannelNameException(java.lang.String message)
message
- The message in the exception.public ChannelNameException(java.lang.Throwable cause)
cause
- The cause of the exception.public ChannelNameException(java.lang.String message, java.lang.Throwable cause)
message
- The message in the exception.cause
- The cause of the exception.