Package cds.savot.binary
Class Base64Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
cds.savot.binary.Base64Exception
- All Implemented Interfaces:
Serializable
Exception that can occur during the encoding/decoding of data in Base64.
If such an error occurs during the decoding, it would mean that the encoded message/data have been corrupted.
- Since:
- 09/2011
- Author:
- Gregory Mantelet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBase64Exception
(String msg) Base64Exception
(String msg, Throwable cause) Base64Exception
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Base64Exception
public Base64Exception() -
Base64Exception
-
Base64Exception
-
Base64Exception
-