com.almworks.jira.structure.api.job
Class TemporaryJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

TemporaryJobException

public TemporaryJobException()

TemporaryJobException

public TemporaryJobException(String message)


Copyright © 2013 ALMWorks. All Rights Reserved.