org.jenkinsci.plugins.rundeck.domain
Class RundeckApiException.RundeckApiJobRunException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.rundeck.domain.RundeckApiException
              extended by org.jenkinsci.plugins.rundeck.domain.RundeckApiException.RundeckApiJobRunException
All Implemented Interfaces:
Serializable
Enclosing class:
RundeckApiException

public static class RundeckApiException.RundeckApiJobRunException
extends RundeckApiException

Specific error when running a job failed

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.rundeck.domain.RundeckApiException
RundeckApiException.RundeckApiJobRunException, RundeckApiException.RundeckApiLoginException
 
Constructor Summary
RundeckApiException.RundeckApiJobRunException(String message)
           
RundeckApiException.RundeckApiJobRunException(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.RundeckApiJobRunException

public RundeckApiException.RundeckApiJobRunException(String message)

RundeckApiException.RundeckApiJobRunException

public RundeckApiException.RundeckApiJobRunException(String message,
                                                     Throwable cause)


Copyright © 2004-2011. All Rights Reserved.