Class KeystoreProcessingException

    • Constructor Detail

      • KeystoreProcessingException

        public KeystoreProcessingException​(String errorCode,
                                           String errorMessage)
        Constructor initialize NoSuchSecurityProviderException
        Parameters:
        errorCode - The errorcode for this exception
        errorMessage - The error message for this exception
      • KeystoreProcessingException

        public KeystoreProcessingException​(String errorCode,
                                           String errorMessage,
                                           Throwable rootCause)
        Parameters:
        errorCode - The errorcode for this exception
        errorMessage - The error message for this exception
        rootCause - cause of the error occurred