Siena (v.1.5.5) API documentation

siena.comm
Class PacketReceiverClosed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by siena.SienaException
              extended by siena.comm.PacketReceiverException
                  extended by siena.comm.PacketReceiverClosed
All Implemented Interfaces:
java.io.Serializable

public class PacketReceiverClosed
extends PacketReceiverException

packet receiver has been closed

See Also:
Serialized Form

Field Summary
 java.io.IOException ioex
           
 
Constructor Summary
PacketReceiverClosed()
           
PacketReceiverClosed(java.io.IOException ex)
           
 
Method Summary
 java.io.IOException getIOException()
          IOException that caused this PacketReceiverClosed exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ioex

public java.io.IOException ioex
Constructor Detail

PacketReceiverClosed

public PacketReceiverClosed(java.io.IOException ex)

PacketReceiverClosed

public PacketReceiverClosed()
Method Detail

getIOException

public java.io.IOException getIOException()
IOException that caused this PacketReceiverClosed exception

Returns:
IOException that caused this PacketReceiverClosed exception or null

Siena (v.1.5.5) API documentation

Copyright © 2000-2005 University of Colorado.
Copyright © 2005-2008 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga