Class SecretManagerClient.NoSuchSecretResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
google.registry.privileges.secretmanager.SecretManagerClient.SecretManagerException
google.registry.privileges.secretmanager.SecretManagerClient.NoSuchSecretResourceException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
SecretManagerClient
public static class SecretManagerClient.NoSuchSecretResourceException
extends SecretManagerClient.SecretManagerException
The resource being requested in the Secret Manager does not exist.
The missing resource may be a secret version or the secret itself. They are grouped together because it is not always possible to identify the type of the missing resource.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString