|
Siena (v.1.5.5) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
siena.SienaException
siena.comm.PacketReceiverException
siena.comm.PacketReceiverClosed
public class PacketReceiverClosed
packet receiver has been closed
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 |
---|
public java.io.IOException ioex
Constructor Detail |
---|
public PacketReceiverClosed(java.io.IOException ex)
public PacketReceiverClosed()
Method Detail |
---|
public java.io.IOException getIOException()
null
|
Siena (v.1.5.5) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |