public class ChannelException
extends java.lang.Exception
Channel.| Constructor and Description |
|---|
ChannelException()
Creates a new exception with no message.
|
ChannelException(java.lang.String message)
Creates a new exception with the specified message.
|
ChannelException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
ChannelException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public ChannelException()
public ChannelException(java.lang.String message)
message - The message in the exception.public ChannelException(java.lang.Throwable cause)
cause - The cause of the exception.public ChannelException(java.lang.String message,
java.lang.Throwable cause)
message - The message in the exception.cause - The cause of the exception.