public static class

RundeckApiException.RundeckApiLoginException

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

Class Overview

Specific authentication-related error (in case of login-based authentication)

Summary

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

Public Constructors

public RundeckApiException.RundeckApiLoginException (String message)

public RundeckApiException.RundeckApiLoginException (String message, Throwable cause)