public class UnableToInterruptJobException extends SchedulerException
InterruptableJob.interrupt()
,
Serialized FormConstructor and Description |
---|
UnableToInterruptJobException(String msg)
Create a
UnableToInterruptJobException with the given message. |
UnableToInterruptJobException(Throwable cause)
Create a
UnableToInterruptJobException with the given cause. |
getUnderlyingException, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnableToInterruptJobException(String msg)
Create a UnableToInterruptJobException
with the given message.
public UnableToInterruptJobException(Throwable cause)
Create a UnableToInterruptJobException
with the given cause.
Copyright 2001-2019, Terracotta, Inc.