Package io.digdag.spi
Class SecretNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.digdag.spi.SecretNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SecretNotFoundException extends java.lang.RuntimeExceptionAn exception thrown for secret accesses that would be accessible under the access policies in effect but for which a matching secret could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretNotFoundException(java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()
-