Class AlgorithmAlreadyRegisteredException

    • Constructor Detail

      • 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​(Exception originalException,
                                                   String msgID)
        Constructor AlgorithmAlreadyRegisteredException
        Parameters:
        originalException -
        msgID -
      • AlgorithmAlreadyRegisteredException

        @Deprecated
        public AlgorithmAlreadyRegisteredException​(String msgID,
                                                   Exception originalException)
        Deprecated.
      • AlgorithmAlreadyRegisteredException

        public AlgorithmAlreadyRegisteredException​(Exception originalException,
                                                   String msgID,
                                                   Object[] exArgs)
        Constructor AlgorithmAlreadyRegisteredException
        Parameters:
        originalException -
        msgID -
        exArgs -
      • AlgorithmAlreadyRegisteredException

        @Deprecated
        public AlgorithmAlreadyRegisteredException​(String msgID,
                                                   Object[] exArgs,
                                                   Exception originalException)
        Deprecated.