org.apache.xml.security.exceptions
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
public class AlgorithmAlreadyRegisteredException
- extends XMLSecurityException
- See Also:
- Serialized Form
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException()
- Constructor AlgorithmAlreadyRegisteredException
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(String msgID)
- Constructor AlgorithmAlreadyRegisteredException
- Parameters:
msgID
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(String msgID,
Object[] exArgs)
- Constructor AlgorithmAlreadyRegisteredException
- Parameters:
msgID
- exArgs
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(String msgID,
Exception originalException)
- Constructor AlgorithmAlreadyRegisteredException
- Parameters:
msgID
- originalException
-
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(String msgID,
Object[] exArgs,
Exception originalException)
- Constructor AlgorithmAlreadyRegisteredException
- Parameters:
msgID
- exArgs
- originalException
-
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.