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