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
Author:
Christian Geuer-Pollmann
See Also:
  • 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(String _msgID, Exception _originalException)
      Constructor AlgorithmAlreadyRegisteredException
      Parameters:
      _msgID -
      _originalException -
    • AlgorithmAlreadyRegisteredException

      public AlgorithmAlreadyRegisteredException(String _msgID, Object[] exArgs, Exception _originalException)
      Constructor AlgorithmAlreadyRegisteredException
      Parameters:
      _msgID -
      exArgs -
      _originalException -