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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description AlgorithmAlreadyRegisteredException()
Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.Exception originalException, java.lang.String msgID)
Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String msgID)
Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Object[] exArgs)
Constructor AlgorithmAlreadyRegisteredExceptionAlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.Exception originalException, java.lang.String msgID)
Constructor AlgorithmAlreadyRegisteredException- Parameters:
originalException
-msgID
-
-
AlgorithmAlreadyRegisteredException
@Deprecated public AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor AlgorithmAlreadyRegisteredException- Parameters:
originalException
-msgID
-exArgs
-
-
AlgorithmAlreadyRegisteredException
@Deprecated public AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
-