public class

RundeckApiException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.rundeck.api.RundeckApiException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A generic (unchecked) exception when using the RunDeck API

Summary

Nested Classes
class RundeckApiException.RundeckApiAuthException Specific authentication-related error (either login or token). 
class RundeckApiException.RundeckApiLoginException Specific authentication-related error (in case of login-based authentication)  
class RundeckApiException.RundeckApiTokenException Specific authentication-related error (in case of token-based authentication)  
Public Constructors
RundeckApiException(String message)
RundeckApiException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RundeckApiException (String message)

public RundeckApiException (String message, Throwable cause)