org.jenkinsci.plugins.rundeck.domain
Class RundeckApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.rundeck.domain.RundeckApiException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RundeckApiException.RundeckApiJobRunException, RundeckApiException.RundeckApiLoginException
public class RundeckApiException
- extends Exception
A generic 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 © 2004-2011. All Rights Reserved.