com.atlassian.scheduler
Class SchedulerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.scheduler.SchedulerRuntimeException
All Implemented Interfaces:
Serializable

@PublicApi
public class SchedulerRuntimeException
extends RuntimeException

Indicates a problem interacting with the SchedulerService. This is an unchecked exception and is used to report unexpected inconsistencies in the scheduler configuration.

Since:
v1.0
See Also:
SchedulerServiceException, Serialized Form

Constructor Summary
SchedulerRuntimeException(String message)
           
SchedulerRuntimeException(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

SchedulerRuntimeException

public SchedulerRuntimeException(String message)

SchedulerRuntimeException

public SchedulerRuntimeException(String message,
                                 Throwable cause)


Copyright © 2014 Atlassian. All Rights Reserved.