Package org.pkl.core.messaging
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pkl.core.messaging.ProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecodeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolException(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
-
Constructor Details
-
ProtocolException
-
ProtocolException
-