org.xlightweb
Class DetailedClosedChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.ClosedChannelException
org.xlightweb.DetailedClosedChannelException
- All Implemented Interfaces:
- Serializable
public final class DetailedClosedChannelException
- extends ClosedChannelException
Checked exception thrown when a channel is closed
- See Also:
- Serialized Form
DetailedClosedChannelException
public DetailedClosedChannelException(String reason)
- constructor
- Parameters:
reason - the reason
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable