org.rundeck.api
Class RundeckApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rundeck.api.RundeckApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RundeckApiException.RundeckApiAuthException

public class RundeckApiException
extends RuntimeException

A generic (unchecked) exception when using the RunDeck API

Author:
Vincent Behar
See Also:
Serialized Form

Nested Class Summary
static class RundeckApiException.RundeckApiAuthException
          Specific authentication-related error (either login or token).
static class RundeckApiException.RundeckApiLoginException
          Specific authentication-related error (in case of login-based authentication)
static class RundeckApiException.RundeckApiTokenException
          Specific authentication-related error (in case of token-based authentication)
 
Constructor Summary
RundeckApiException(String message)
           
RundeckApiException(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

public RundeckApiException(String message)

RundeckApiException

public RundeckApiException(String message,
                           Throwable cause)


Copyright © 2011. All Rights Reserved.