Class UnknownErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- UnknownErrorException
-
- All Implemented Interfaces:
Serializable
public class UnknownErrorException extends ProtocolException
Exception thrown if an attempt is made to decode or encode an error that is not defined for the operation it is used on.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownErrorException()
UnknownErrorException(String msg)
UnknownErrorException(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
-
-