Class Base64Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
cds.savot.binary.Base64Exception
All Implemented Interfaces:
Serializable

public final class Base64Exception extends 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:
  • Constructor Details

    • Base64Exception

      public Base64Exception()
    • Base64Exception

      public Base64Exception(String msg, Throwable cause)
    • Base64Exception

      public Base64Exception(String msg)
    • Base64Exception

      public Base64Exception(Throwable cause)