org.rundeck.api
Class RundeckApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RundeckApiException
public RundeckApiException(String message)
RundeckApiException
public RundeckApiException(String message,
Throwable cause)
Copyright © 2011. All Rights Reserved.