LocalityException (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz.locality Class LocalityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quartz.SchedulerException
              extended by org.quartz.JobPersistenceException
                  extended by org.quartz.locality.LocalityException
All Implemented Interfaces:
Serializable

public class LocalityException
extends JobPersistenceException

Exception thrown when some Constraint cannot be handled

Author:
Alex Snaps
See Also:
Serialized Form

Constructor Summary
LocalityException(String message, Constraint constraint)
           
 
Method Summary
 Constraint getConstraint()
          Constraint being the issue
 
Methods inherited from class org.quartz.SchedulerException
getUnderlyingException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalityException

public LocalityException(String message,
                         Constraint constraint)
Method Detail

getConstraint

public Constraint getConstraint()
Constraint being the issue

Returns:
The constraint that triggered the Exception


Copyright 2001-2011, Terracotta, Inc.