Class AlgorithmAlreadyRegisteredException

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

public class AlgorithmAlreadyRegisteredException
extends XMLSecurityException
See Also:
Serialized Form
  • Field Summary

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

    msgID
  • Constructor Summary

    Constructors
    Constructor Description
    AlgorithmAlreadyRegisteredException()
    Constructor AlgorithmAlreadyRegisteredException
    AlgorithmAlreadyRegisteredException​(java.lang.Exception originalException, java.lang.String msgID)
    Constructor AlgorithmAlreadyRegisteredException
    AlgorithmAlreadyRegisteredException​(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
    Constructor AlgorithmAlreadyRegisteredException
    AlgorithmAlreadyRegisteredException​(java.lang.String msgID)
    Constructor AlgorithmAlreadyRegisteredException
    AlgorithmAlreadyRegisteredException​(java.lang.String msgID, java.lang.Object[] exArgs)
    Constructor AlgorithmAlreadyRegisteredException
  • 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

    • AlgorithmAlreadyRegisteredException

      public AlgorithmAlreadyRegisteredException()
      Constructor AlgorithmAlreadyRegisteredException
    • AlgorithmAlreadyRegisteredException

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

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

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

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