Class SecretException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.secrets.SecretException
- All Implemented Interfaces:
Serializable
An instance of this Exception is thrown if there is a problem getting the plaintext from a Secret
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecretException(String message) SecretException(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
-
SecretException
-
SecretException
-