public class ChannelAlreadyBoundException extends ChannelException
| Constructor and Description |
|---|
ChannelAlreadyBoundException()
Creates new
ChannelAlreadyBoundException without detail message. |
ChannelAlreadyBoundException(java.lang.String msg)
Constructs an
ChannelAlreadyBoundException with the specified detail message. |
public ChannelAlreadyBoundException()
ChannelAlreadyBoundException without detail message.public ChannelAlreadyBoundException(java.lang.String msg)
ChannelAlreadyBoundException with the specified detail message.msg - the detail message.