Class GoogleRobotPrivateKeyCredentials.SecretsFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.jenkins.plugins.credentials.oauth.GoogleRobotPrivateKeyCredentials.SecretsFileNotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleRobotPrivateKeyCredentials
public static class GoogleRobotPrivateKeyCredentials.SecretsFileNotFoundException extends RuntimeException
Exception that gets thrown if SecretsFile could not be found while upgrading legacyGoogleRobotPrivateKeyCredentials
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretsFileNotFoundException(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 Detail
-
SecretsFileNotFoundException
public SecretsFileNotFoundException(Throwable cause)
-
-