@WebFault public class ExecutorException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionBean |
faultInfo |
| Constructor and Description |
|---|
ExecutorException() |
ExecutorException(ExceptionBean faultInfo) |
ExecutorException(String message) |
ExecutorException(String message,
ExceptionBean faultInfo) |
ExecutorException(String message,
ExceptionBean faultInfo,
Throwable cause) |
ExecutorException(String message,
Throwable cause) |
ExecutorException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionBean |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ExceptionBean faultInfo
public ExecutorException()
public ExecutorException(Throwable cause)
public ExecutorException(String message)
public ExecutorException(ExceptionBean faultInfo)
public ExecutorException(String message, ExceptionBean faultInfo)
public ExecutorException(String message, ExceptionBean faultInfo, Throwable cause)
public ExceptionBean getFaultInfo()
Copyright © 2015. All Rights Reserved.