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