Class AlgorithmAlreadyRegisteredException

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

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

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

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