|
|||||||||||
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 context.arch.comm.protocol.InvalidProtocolException
This class implements the InvalidProtocolException. This exception is thrown if the protocol handler class selected can not be instantiated.
CommunicationsObject.start()
,
ProtocolException
,
Serialized FormConstructor Summary | |
InvalidProtocolException()
Basic constructor for InvalidProtocolException with no message |
|
InvalidProtocolException(java.lang.String message)
Constructor for InvalidProtocolException with error message |
Method Summary | |
java.lang.String |
getMessage()
Returns the error message |
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 InvalidProtocolException()
public InvalidProtocolException(java.lang.String message)
message
- Error messageMethod Detail |
public java.lang.String getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |