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

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.RundeckApiLoginException
          Specific login-related error
 
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.