Class Base64DecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.exceptions.Base64DecodingException
All Implemented Interfaces:
java.io.Serializable

public class Base64DecodingException
extends XMLSecurityException
This Exception is thrown if decoding of Base64 data fails.
Author:
Christian Geuer-Pollmann
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException

    msgID
  • Constructor Summary

    Constructors 
    Constructor Description
    Base64DecodingException()
    Constructor Base64DecodingException
    Base64DecodingException​(java.lang.Exception originalException, java.lang.String msgID)
    Constructor Base64DecodingException
    Base64DecodingException​(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
    Constructor Base64DecodingException
    Base64DecodingException​(java.lang.String msgID)
    Constructor Base64DecodingException
    Base64DecodingException​(java.lang.String msgID, java.lang.Object[] exArgs)
    Constructor Base64DecodingException
  • Method Summary

    Methods inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException

    getMsgID, getOriginalException, printStackTrace, toString

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

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

    • Base64DecodingException

      public Base64DecodingException()
      Constructor Base64DecodingException
    • Base64DecodingException

      public Base64DecodingException​(java.lang.String msgID)
      Constructor Base64DecodingException
      Parameters:
      msgID -
    • Base64DecodingException

      public Base64DecodingException​(java.lang.String msgID, java.lang.Object[] exArgs)
      Constructor Base64DecodingException
      Parameters:
      msgID -
      exArgs -
    • Base64DecodingException

      public Base64DecodingException​(java.lang.Exception originalException, java.lang.String msgID)
      Constructor Base64DecodingException
      Parameters:
      originalException -
      msgID -
    • Base64DecodingException

      public Base64DecodingException​(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
      Constructor Base64DecodingException
      Parameters:
      originalException -
      msgID -
      exArgs -