|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException ca.idms.net.PacketException ca.idms.net.PacketSequenceException
public class PacketSequenceException
Thrown to indicate that an unexpected type has been received. Generally this causes a NackPacket to be returned to the client.
Constructor Summary | |
---|---|
PacketSequenceException()
Constructs a new PacketSequenceException with no detail message. |
|
PacketSequenceException(java.lang.String s)
Constructs a new PacketSequenceException with the specified detail message. |
Method Summary |
---|
Methods inherited from class ca.idms.net.PacketException |
---|
getDetailMessage, getError, 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 |
---|
public PacketSequenceException()
public PacketSequenceException(java.lang.String s)
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |