Class SignatureUtilException

    • Constructor Detail

      • SignatureUtilException

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

        public SignatureUtilException​(String errorCode,
                                      String errorMessage)
        Instantiates a new signature util exception.
        Parameters:
        errorCode - the error code
        errorMessage - the error message