Class InvalidBase64DataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidBase64DataException
    extends java.lang.Exception

    This exception may be thrown by methods that have detected that a String to be decoded is not of a valid length.

    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

      • InvalidBase64DataException

        protected InvalidBase64DataException()
      • InvalidBase64DataException

        protected InvalidBase64DataException​(java.lang.String msg)