Class AlgorithmAlreadyRegisteredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlgorithmAlreadyRegisteredException
    extends XMLSecurityException
    Author:
    Christian Geuer-Pollmann
    See Also:
    Serialized Form
    • 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 -