@WebFault public class UnableToInterruptTaskException extends ExecutorException
faultInfo| Constructor and Description |
|---|
UnableToInterruptTaskException() |
UnableToInterruptTaskException(ExceptionBean faultInfo) |
UnableToInterruptTaskException(String message) |
UnableToInterruptTaskException(String message,
ExceptionBean faultInfo) |
UnableToInterruptTaskException(String message,
ExceptionBean faultInfo,
Throwable cause) |
UnableToInterruptTaskException(String message,
Throwable cause) |
UnableToInterruptTaskException(Throwable cause) |
UnableToInterruptTaskException(UUID taskUUID) |
UnableToInterruptTaskException(UUID taskUUID,
ExceptionBean faultInfo) |
UnableToInterruptTaskException(UUID taskUUID,
ExceptionBean faultInfo,
Throwable cause) |
UnableToInterruptTaskException(UUID taskUUID,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionBean |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToInterruptTaskException()
public UnableToInterruptTaskException(UUID taskUUID)
public UnableToInterruptTaskException(String message)
public UnableToInterruptTaskException(Throwable cause)
public UnableToInterruptTaskException(ExceptionBean faultInfo)
public UnableToInterruptTaskException(UUID taskUUID, Throwable cause)
public UnableToInterruptTaskException(String message, Throwable cause)
public UnableToInterruptTaskException(UUID taskUUID, ExceptionBean faultInfo)
public UnableToInterruptTaskException(String message, ExceptionBean faultInfo)
public UnableToInterruptTaskException(UUID taskUUID, ExceptionBean faultInfo, Throwable cause)
public UnableToInterruptTaskException(String message, ExceptionBean faultInfo, Throwable cause)
public ExceptionBean getFaultInfo()
getFaultInfo in class ExecutorExceptionCopyright © 2016. All Rights Reserved.