java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cryptoalgo.codable.DecodingException
- All Implemented Interfaces:
Serializable
Exception that might be thrown by
Decoder
implementations
should decode of a requested key fail.- See Also:
-
Constructor Summary
ConstructorDescriptionDecodingException
(String codingKey, String type) Constructs an instance of the exception, including the codingKey which failed to decode and type requested. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecodingException
Constructs an instance of the exception, including the codingKey which failed to decode and type requested.- Parameters:
codingKey
- key of data which failed to be deserializedtype
- Requested data type
-