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
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor AlgorithmAlreadyRegisteredExceptionConstructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException
(String _msgID, Exception _originalException) Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException
(String _msgID, Object[] exArgs) Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor AlgorithmAlreadyRegisteredException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException()Constructor AlgorithmAlreadyRegisteredException -
AlgorithmAlreadyRegisteredException
Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID
-
-
AlgorithmAlreadyRegisteredException
Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID
-exArgs
-
-
AlgorithmAlreadyRegisteredException
Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID
-_originalException
-
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(String _msgID, Object[] exArgs, Exception _originalException) Constructor AlgorithmAlreadyRegisteredException- Parameters:
_msgID
-exArgs
-_originalException
-
-