org.xlightweb
Class DetailedClosedChannelException

Package class diagram package DetailedClosedChannelException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.nio.channels.ClosedChannelException
                  extended by 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

Constructor Summary
DetailedClosedChannelException(String reason)
          constructor
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetailedClosedChannelException

public DetailedClosedChannelException(String reason)
constructor

Parameters:
reason - the reason
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable