@WebFault public class SchedulerRemoveException extends ExecutorException
faultInfo| Constructor and Description |
|---|
SchedulerRemoveException() |
SchedulerRemoveException(ExceptionBean faultInfo) |
SchedulerRemoveException(String message) |
SchedulerRemoveException(String message,
ExceptionBean faultInfo) |
SchedulerRemoveException(String message,
ExceptionBean faultInfo,
Throwable cause) |
SchedulerRemoveException(String message,
Throwable cause) |
SchedulerRemoveException(Throwable cause) |
SchedulerRemoveException(UUID taskUUID) |
SchedulerRemoveException(UUID taskUUID,
ExceptionBean faultInfo) |
SchedulerRemoveException(UUID taskUUID,
ExceptionBean faultInfo,
Throwable cause) |
SchedulerRemoveException(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 SchedulerRemoveException()
public SchedulerRemoveException(UUID taskUUID)
public SchedulerRemoveException(String message)
public SchedulerRemoveException(Throwable cause)
public SchedulerRemoveException(ExceptionBean faultInfo)
public SchedulerRemoveException(UUID taskUUID, ExceptionBean faultInfo)
public SchedulerRemoveException(String message, ExceptionBean faultInfo)
public SchedulerRemoveException(UUID taskUUID, ExceptionBean faultInfo, Throwable cause)
public SchedulerRemoveException(String message, ExceptionBean faultInfo, Throwable cause)
public ExceptionBean getFaultInfo()
getFaultInfo in class ExecutorExceptionCopyright © 2018. All Rights Reserved.