java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | org.rundeck.api.RundeckApiException |
Known Direct Subclasses |
Known Indirect Subclasses |
A generic (unchecked) exception when using the RunDeck API
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RundeckApiException.RundeckApiAuthException | Specific authentication-related error (either login or token). | ||||||||||
RundeckApiException.RundeckApiLoginException | Specific authentication-related error (in case of login-based authentication) | ||||||||||
RundeckApiException.RundeckApiTokenException | Specific authentication-related error (in case of token-based authentication) |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|