Class SaltGeneratorException

    • Constructor Detail

      • SaltGeneratorException

        public SaltGeneratorException()
        Instantiates a new SaltGeneratorException.
      • SaltGeneratorException

        public SaltGeneratorException​(String errorCode,
                                      String errorMessage)
        Instantiates a new SaltGeneratorException.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
      • SaltGeneratorException

        public SaltGeneratorException​(String errorCode,
                                      String errorMessage,
                                      Throwable rootCause)
        Instantiates a new SaltGeneratorException.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - the root cause
      • SaltGeneratorException

        public SaltGeneratorException​(SaltGeneratorErrorConstants exceptionConstant)
        Instantiates a new SaltGeneratorException.
        Parameters:
        exceptionConstant - the exception constant
      • SaltGeneratorException

        public SaltGeneratorException​(SaltGeneratorErrorConstants exceptionConstant,
                                      Throwable rootCause)
        Instantiates a new SaltGeneratorException.
        Parameters:
        exceptionConstant - the exception constant
        rootCause - the root cause
      • SaltGeneratorException

        public SaltGeneratorException​(String errorCode,
                                      String errorMessage,
                                      String operation)
        Instantiates a new SaltGeneratorException.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        operation - the operation
      • SaltGeneratorException

        public SaltGeneratorException​(String errorCode,
                                      String errorMessage,
                                      Throwable rootCause,
                                      String operation)
        Instantiates a new SaltGeneratorException.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - the root cause
        operation - the operation
      • SaltGeneratorException

        public SaltGeneratorException​(SaltGeneratorErrorConstants exceptionConstant,
                                      String operation)
        Instantiates a new SaltGeneratorException.
        Parameters:
        exceptionConstant - the exception constant
        operation - the operation
      • SaltGeneratorException

        public SaltGeneratorException​(SaltGeneratorErrorConstants exceptionConstant,
                                      Throwable rootCause,
                                      String operation)
        Instantiates a new SaltGeneratorException.
        Parameters:
        exceptionConstant - the exception constant
        rootCause - the root cause
        operation - the operation
    • Method Detail

      • getOperation

        public String getOperation()
        Gets the operation.
        Returns:
        the operation