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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.almworks.jira.structure.api.job.StructureJobException
All Implemented Interfaces:
Serializable

public class StructureJobException
extends Exception

This exception is thrown by the StructureJobManager when there's a problem with scheduling a job.

Author:
Igor Sereda
See Also:
Serialized Form

Constructor Summary
StructureJobException()
           
StructureJobException(String message)
           
StructureJobException(String message, Throwable cause)
           
StructureJobException(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

StructureJobException

public StructureJobException()

StructureJobException

public StructureJobException(String message)

StructureJobException

public StructureJobException(String message,
                             Throwable cause)

StructureJobException

public StructureJobException(Throwable cause)


Copyright © 2013 ALMWorks. All Rights Reserved.