public class EspSoapFaultWrapper extends Exception
| Constructor and Description |
|---|
EspSoapFaultWrapper()
Instantiates a new esp soap fault wrapper.
|
EspSoapFaultWrapper(String s)
Instantiates a new esp soap fault wrapper.
|
EspSoapFaultWrapper(String s,
Throwable ex)
Instantiates a new esp soap fault wrapper.
|
EspSoapFaultWrapper(Throwable cause)
Instantiates a new esp soap fault wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getWsClientMessage()
Gets the ws client message.
|
EspSoapFaultWrapper |
setWsClientMessage(String msg)
Sets the ws client message.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EspSoapFaultWrapper()
public EspSoapFaultWrapper(String s)
s - the spublic EspSoapFaultWrapper(String s, Throwable ex)
s - the sex - the expublic EspSoapFaultWrapper(Throwable cause)
cause - the causepublic EspSoapFaultWrapper setWsClientMessage(String msg)
msg - the msgpublic String getWsClientMessage()
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2021. All rights reserved.