Class DecodeFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- DecodeFailedException
-
- All Implemented Interfaces:
Serializable
public class DecodeFailedException extends ProtocolException
Exception thrown when decoding of incoming data fails for some reason. In general, this exception is not thrown to services, as decoding of incoming messages and handling of any decoding failures happens before any events are fired to the service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeFailedException()
DecodeFailedException(String msg)
DecodeFailedException(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
-
-