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