Class SecretNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.decodable.sdk.pipeline.exception.SecretNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a Decodable
secret cannot be accessed. The most probable cause is that it was not referenced in the
pipeline's properties.
- See Also:
-
Constructor Summary
ConstructorDescriptionSecretNotFoundException
(String message) SecretNotFoundException
(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
-
SecretNotFoundException
-
SecretNotFoundException
-