public static class

RundeckApiException.RundeckApiHttpStatusException

extends RundeckApiException.RundeckApiAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.rundeck.api.RundeckApiException
           ↳ org.rundeck.api.RundeckApiException.RundeckApiAuthException
             ↳ org.rundeck.api.RundeckApiException.RundeckApiHttpStatusException

Class Overview

Error due to unexpected HTTP status

Summary

Public Constructors
RundeckApiException.RundeckApiHttpStatusException(String message, int statusCode)
RundeckApiException.RundeckApiHttpStatusException(String message, Throwable cause, int statusCode)
Public Methods
int getStatusCode()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RundeckApiException.RundeckApiHttpStatusException (String message, int statusCode)

public RundeckApiException.RundeckApiHttpStatusException (String message, Throwable cause, int statusCode)

Public Methods

public int getStatusCode ()