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:
java.io.Serializable
public class AlgorithmAlreadyRegisteredException extends XMLSecurityException
- Author:
- Christian Geuer-Pollmann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
-
Constructor Summary
Constructors Constructor Description AlgorithmAlreadyRegisteredException()Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String _msgID)Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String _msgID, java.lang.Exception _originalException)Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String _msgID, java.lang.Object[] exArgs)Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor AlgorithmAlreadyRegisteredException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
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.String _msgID, java.lang.Exception _originalException)Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID-_originalException-
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID-exArgs-_originalException-
-
-