public class ChannelRegistrationException extends RuntimeException
Examples may include: Attempting to register an already registered channel.
| Constructor and Description |
|---|
ChannelRegistrationException()
Constructs a new
ChannelRegistrationException. |
ChannelRegistrationException(String message)
Constructs a new
ChannelRegistrationException with a message. |
ChannelRegistrationException(String message,
Throwable cause)
Constructs a new
ChannelRegistrationException with the specified message and
cause. |
ChannelRegistrationException(Throwable cause)
Constructs a new
ChannelRegistrationException with the specified cause and a
null message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelRegistrationException()
ChannelRegistrationException.public ChannelRegistrationException(String message)
ChannelRegistrationException with a message.message - The message to include in the stacktracepublic ChannelRegistrationException(String message, Throwable cause)
ChannelRegistrationException with the specified message and
cause.message - The exception messagecause - The cause of this exceptionpublic ChannelRegistrationException(Throwable cause)
ChannelRegistrationException with the specified cause and a
null message.cause - The cause of this exception