@PublicAPI public class JobAlreadyFinishedException extends SchedulerException
Constructor and Description |
---|
JobAlreadyFinishedException()
Create a new instance of JobAlreadyFinishedException
|
JobAlreadyFinishedException(String msg)
Create a new instance of JobAlreadyFinishedException
|
JobAlreadyFinishedException(String msg,
Throwable cause)
Create a new instance of JobAlreadyFinishedException
|
JobAlreadyFinishedException(Throwable cause)
Create a new instance of JobAlreadyFinishedException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobAlreadyFinishedException(String msg)
msg
- the message to attach.public JobAlreadyFinishedException()
public JobAlreadyFinishedException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public JobAlreadyFinishedException(Throwable cause)
cause
- the cause of the exception.