public class UnableToInterruptJobException extends SchedulerException
InterruptableJob.interrupt(),
Serialized Form| Constructor and Description |
|---|
UnableToInterruptJobException(java.lang.String msg)
Create a
UnableToInterruptJobException with the given message. |
UnableToInterruptJobException(java.lang.Throwable cause)
Create a
UnableToInterruptJobException with the given cause. |
getUnderlyingException, toStringpublic UnableToInterruptJobException(java.lang.String msg)
Create a UnableToInterruptJobException with the given message.
public UnableToInterruptJobException(java.lang.Throwable cause)
Create a UnableToInterruptJobException with the given cause.
Copyright IBM Corp. 2024, 2025