Class GoogleRobotPrivateKeyCredentials.PrivateKeyNotSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.jenkins.plugins.credentials.oauth.GoogleRobotPrivateKeyCredentials.PrivateKeyNotSetException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleRobotPrivateKeyCredentials
public static class GoogleRobotPrivateKeyCredentials.PrivateKeyNotSetException extends RuntimeException
Exception that gets thrown if PrivateKey is not set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateKeyNotSetException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-