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
  • 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 -