Class DecodeException
-
- All Implemented Interfaces:
Serializable
public class DecodeException extends IllegalStateException
Runtime exception thrown when an attempt is made to access data that requires decoding of the enclosing datatype, but decoding fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException(String message)
DecodeException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-