org.jenkinsci.plugins.externalscheduler
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.externalscheduler.SchedulerException
All Implemented Interfaces:
Serializable

public class SchedulerException
extends Exception

Exception thrown in case scheduler has entered a state in which given operation can not be performed. Scheduler can leave this state at any time in future.

Author:
ogondza
See Also:
Serialized Form

Constructor Summary
SchedulerException(String message)
           
SchedulerException(String message, Throwable cause)
           
SchedulerException(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

SchedulerException

public SchedulerException(Throwable cause)

SchedulerException

public SchedulerException(String message)

SchedulerException

public SchedulerException(String message,
                          Throwable cause)


Copyright © 2004-2013. All Rights Reserved.