Class ProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecodeFailedException
,DialogCreationFailedException
,EncodeFailedException
,IllegalDialogStateException
,IllegalOperationStateException
,TooManyInvokesException
,UnknownErrorException
,UnknownOperationException
,UnsupportedApplicationContextException
public class ProtocolException extends Exception
Base exception for all protocol-related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException()
ProtocolException(String msg)
ProtocolException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-