Class AlgorithmAlreadyRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.exceptions.AlgorithmAlreadyRegisteredException
- All Implemented Interfaces:
java.io.Serializable
public class AlgorithmAlreadyRegisteredException extends XMLSecurityException
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.docx4j.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.Object[] exArgs)Constructor AlgorithmAlreadyRegisteredException -
Method Summary
Methods inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
Constructor Details
-
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
public AlgorithmAlreadyRegisteredException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)Constructor AlgorithmAlreadyRegisteredException- Parameters:
originalException-msgID-exArgs-
-