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

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 -