Class SecretProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.secrets.SecretProviderException
All Implemented Interfaces:
Serializable

public class SecretProviderException extends Exception
An instance of this Exception is thrown if there is a problem reading or writing a secret from/to a SecretProvider
See Also:
  • Constructor Details

    • SecretProviderException

      public SecretProviderException(String message)
    • SecretProviderException

      public SecretProviderException(String message, Throwable cause)