com.almworks.jira.structure.api.job
Class TemporaryJobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.almworks.jira.structure.api.job.TemporaryJobException
- All Implemented Interfaces:
- Serializable
public class TemporaryJobException
- extends Exception
This exception may be thrown from the StructureJob.job() method to indicate that the
job cannot complete now, but may be able to complete soon. For example, this exception may
be thrown when the job cannot obtain a lock.
Job manager, when it sees this exception, reschedules the job for execution at a later time.
- Author:
- Igor Sereda
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TemporaryJobException
public TemporaryJobException()
TemporaryJobException
public TemporaryJobException(String message)
Copyright © 2013 ALMWorks. All Rights Reserved.