Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Base64Exception

        public Base64Exception()
      • Base64Exception

        public Base64Exception​(java.lang.String msg,
                               java.lang.Throwable cause)
      • Base64Exception

        public Base64Exception​(java.lang.String msg)
      • Base64Exception

        public Base64Exception​(java.lang.Throwable cause)