|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
j_waste.network.InvalidPacketException
This is the InvalidPacketException class defining an exception for invalid packets in J-WASTE.
| Constructor Summary | |
InvalidPacketException()
Constructs a new exception with null as its detail message. |
|
InvalidPacketException(java.lang.String s)
Constructs a new exception with the specified detail message. |
|
InvalidPacketException(java.lang.String s,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
InvalidPacketException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? |
|
| 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 |
| Constructor Detail |
public InvalidPacketException()
public InvalidPacketException(java.lang.String s)
s - the detail message.
public InvalidPacketException(java.lang.String s,
java.lang.Throwable cause)
s - the detail message.cause - the cause.public InvalidPacketException(java.lang.Throwable cause)
cause - the cause.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||