Class EncodeFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- EncodeFailedException
-
- All Implemented Interfaces:
Serializable
public class EncodeFailedException extends ProtocolException
Exception thrown when encoding of an outgoing message fails for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncodeFailedException()
EncodeFailedException(String msg)
EncodeFailedException(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
-
-