public static class

RundeckApiException.RundeckApiTokenException

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

Class Overview

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

Summary

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

Public Constructors

public RundeckApiException.RundeckApiTokenException (String message)

public RundeckApiException.RundeckApiTokenException (String message, Throwable cause)