org.rundeck.api
Class RundeckApiException.RundeckApiTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rundeck.api.RundeckApiException
                  extended by org.rundeck.api.RundeckApiException.RundeckApiAuthException
                      extended by org.rundeck.api.RundeckApiException.RundeckApiTokenException
All Implemented Interfaces:
Serializable
Enclosing class:
RundeckApiException

public static class RundeckApiException.RundeckApiTokenException
extends RundeckApiException.RundeckApiAuthException

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rundeck.api.RundeckApiException
RundeckApiException.RundeckApiAuthException, RundeckApiException.RundeckApiLoginException, RundeckApiException.RundeckApiTokenException
 
Constructor Summary
RundeckApiException.RundeckApiTokenException(String message)
           
RundeckApiException.RundeckApiTokenException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RundeckApiException.RundeckApiTokenException

public RundeckApiException.RundeckApiTokenException(String message)

RundeckApiException.RundeckApiTokenException

public RundeckApiException.RundeckApiTokenException(String message,
                                                    Throwable cause)


Copyright © 2011. All Rights Reserved.