org.apache.xml.security.exceptions
Class AlgorithmAlreadyRegisteredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xml.security.exceptions.XMLSecurityException
              extended byorg.apache.xml.security.exceptions.AlgorithmAlreadyRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmAlreadyRegisteredException
extends XMLSecurityException

Author:
Christian Geuer-Pollmann
See Also:
Serialized Form

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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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 -