Class SecretProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.secrets.SecretProviderException
- All Implemented Interfaces:
Serializable
An instance of this Exception is thrown if there is a problem reading or writing a secret from/to a
SecretProvider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretProviderException
(String message) SecretProviderException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecretProviderException
-
SecretProviderException
-