public static class

RundeckApiException.RundeckApiHttpContentTypeException

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.RundeckApiHttpContentTypeException

Class Overview

Error due to unexpected HTTP content-type

Summary

Public Constructors
RundeckApiException.RundeckApiHttpContentTypeException(String contentType, String requiredContentType)
RundeckApiException.RundeckApiHttpContentTypeException(String message, String contentType, String requiredContentType)
RundeckApiException.RundeckApiHttpContentTypeException(String message, Throwable cause, String contentType, String requiredContentType)
Public Methods
String getContentType()
String getRequiredContentType()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RundeckApiException.RundeckApiHttpContentTypeException (String contentType, String requiredContentType)

public RundeckApiException.RundeckApiHttpContentTypeException (String message, String contentType, String requiredContentType)

public RundeckApiException.RundeckApiHttpContentTypeException (String message, Throwable cause, String contentType, String requiredContentType)

Public Methods

public String getContentType ()

public String getRequiredContentType ()