Class Base64DecodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class Base64DecodingException
    extends java.lang.Exception
    A checked wrapper for all IllegalArgumentException, thrown by Base64.Decoder.
    See Also:
    Base64Decoder, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64DecodingException​(java.lang.IllegalArgumentException cause)  
    • 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

      • Base64DecodingException

        public Base64DecodingException​(java.lang.IllegalArgumentException cause)