com.partnersoft.v3x.apps.Staker.domain
Class JobStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.partnersoft.v3x.apps.Staker.domain.JobStatusException
All Implemented Interfaces:
java.io.Serializable

public class JobStatusException
extends java.lang.Exception

An exception thrown when a job exists with more than one JobStatus, or when the job's JobStatus is inconsistent with its location in the Job directories.

See Also:
Serialized Form

Constructor Summary
JobStatusException()
           
JobStatusException(java.lang.String details)
           
 
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

JobStatusException

public JobStatusException()

JobStatusException

public JobStatusException(java.lang.String details)