Package cds.savot.binary
Class Base64Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cds.savot.binary.Base64Exception
-
- All Implemented Interfaces:
java.io.Serializable
public final class Base64Exception extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Base64Exception()
Base64Exception(java.lang.String msg)
Base64Exception(java.lang.String msg, java.lang.Throwable cause)
Base64Exception(java.lang.Throwable cause)
-