public class UnableToInterruptJobException extends SchedulerException
InterruptableJob.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. |
getUnderlyingException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.