org.mpisws.p2p.transport
Class ClosedChannelException

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.mpisws.p2p.transport.ClosedChannelException
All Implemented Interfaces:
Serializable

public class ClosedChannelException
extends ClosedChannelException

Java's CCE doesn't have proper constructors. Silly java.

Author:
Jeff Hoye
See Also:
Serialized Form

Constructor Summary
ClosedChannelException(String reason)
           
 
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

ClosedChannelException

public ClosedChannelException(String reason)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2010. All Rights Reserved.