|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.quartz.locality Class LocalityException
java.lang.Object java.lang.Throwable java.lang.Exception org.quartz.SchedulerException org.quartz.JobPersistenceException 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2001-2011, Terracotta, Inc.