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