Class CryptoFailureException

    • Constructor Detail

      • CryptoFailureException

        public CryptoFailureException​(String errorCode,
                                      String errorMessage,
                                      Throwable rootCause)
        Constructor for CryptoFailureException class.
        Parameters:
        errorCode - the error code.
        errorMessage - the error message.
        rootCause - the cause.