public static class

RundeckApiException.RundeckApiAuthException

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

Class Overview

Specific authentication-related error (either login or token).

Summary

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

Public Constructors

public RundeckApiException.RundeckApiAuthException (String message)

public RundeckApiException.RundeckApiAuthException (String message, Throwable cause)