|
||||||||||
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 edu.sdsc.inca.protocol.ProtocolException
Indicates the detection of malformed content in a protocol stream.
Constructor Summary | |
ProtocolException()
Creates a new ProtocolException Object. |
|
ProtocolException(java.lang.String s)
Creates a new ProtocolException Object. |
|
ProtocolException(java.lang.String s,
java.lang.Throwable throwable)
Creates a new ProtocolException Object. |
|
ProtocolException(java.lang.Throwable throwable)
Creates a new ProtocolException Object. |
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 ProtocolException()
public ProtocolException(java.lang.String s)
s
- the messagepublic ProtocolException(java.lang.String s, java.lang.Throwable throwable)
s
- messagethrowable
- causepublic ProtocolException(java.lang.Throwable throwable)
throwable
- cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |