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:
java.io.Serializable

public class AlgorithmAlreadyRegisteredException
extends XMLSecurityException

Author:
Christian Geuer-Pollmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
 
Constructor Summary
AlgorithmAlreadyRegisteredException()
          Constructor AlgorithmAlreadyRegisteredException
AlgorithmAlreadyRegisteredException(java.lang.String msgID)
          Constructor AlgorithmAlreadyRegisteredException
AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Exception originalException)
          Constructor AlgorithmAlreadyRegisteredException
AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Object[] exArgs)
          Constructor AlgorithmAlreadyRegisteredException
AlgorithmAlreadyRegisteredException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
          Constructor AlgorithmAlreadyRegisteredException
 
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.String msgID,
                                           java.lang.Exception originalException)
Constructor AlgorithmAlreadyRegisteredException

Parameters:
msgID -
originalException -

AlgorithmAlreadyRegisteredException

public AlgorithmAlreadyRegisteredException(java.lang.String msgID,
                                           java.lang.Object[] exArgs,
                                           java.lang.Exception originalException)
Constructor AlgorithmAlreadyRegisteredException

Parameters:
msgID -
exArgs -
originalException -