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