Class EncodeException
-
- All Implemented Interfaces:
Serializable
public class EncodeException extends IllegalStateException
Runtime exception thrown when an attempt is made to access encoded data that requires reencoding of the enclosing datatype, but encoding fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncodeException(String message)
EncodeException(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
-
-