Class AlgorithmAlreadyRegisteredException

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

public class AlgorithmAlreadyRegisteredException extends XMLSecurityException
See Also:
  • Field Details

  • Constructor Details

    • AlgorithmAlreadyRegisteredException

      public AlgorithmAlreadyRegisteredException()
      Constructor AlgorithmAlreadyRegisteredException
    • AlgorithmAlreadyRegisteredException

      public AlgorithmAlreadyRegisteredException(String msgID)
      Constructor AlgorithmAlreadyRegisteredException
      Parameters:
      msgID -
    • AlgorithmAlreadyRegisteredException

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

      public AlgorithmAlreadyRegisteredException(Exception originalException, String msgID)
      Constructor AlgorithmAlreadyRegisteredException
      Parameters:
      originalException -
      msgID -
    • AlgorithmAlreadyRegisteredException

      @Deprecated public AlgorithmAlreadyRegisteredException(String msgID, Exception originalException)
      Deprecated.
    • AlgorithmAlreadyRegisteredException

      public AlgorithmAlreadyRegisteredException(Exception originalException, String msgID, Object[] exArgs)
      Constructor AlgorithmAlreadyRegisteredException
      Parameters:
      originalException -
      msgID -
      exArgs -
    • AlgorithmAlreadyRegisteredException

      @Deprecated public AlgorithmAlreadyRegisteredException(String msgID, Object[] exArgs, Exception originalException)
      Deprecated.