public class UnableToInterruptJobException extends SchedulerException
IInterruptableJob.interrupt(),
Serialized Form| Constructor and Description |
|---|
UnableToInterruptJobException(String msg)
Create a
UnableToInterruptJobException with the given message. |
UnableToInterruptJobException(Throwable cause)
Create a
UnableToInterruptJobException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToInterruptJobException(String msg)
UnableToInterruptJobException with the given message.public UnableToInterruptJobException(Throwable cause)
UnableToInterruptJobException with the given cause.Copyright © 2016–2021 Philip Helger. All rights reserved.