Class EspSoapFaultWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hpccsystems.ws.client.wrappers.EspSoapFaultWrapper
-
- All Implemented Interfaces:
Serializable
public class EspSoapFaultWrapper extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
String
getWsClientMessage()
Gets the ws client message.EspSoapFaultWrapper
setWsClientMessage(String msg)
Sets the ws client message.String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
EspSoapFaultWrapper
public EspSoapFaultWrapper()
Instantiates a new esp soap fault wrapper.
-
EspSoapFaultWrapper
public EspSoapFaultWrapper(String s)
Instantiates a new esp soap fault wrapper.- Parameters:
s
- the s
-
EspSoapFaultWrapper
public EspSoapFaultWrapper(String s, Throwable ex)
Instantiates a new esp soap fault wrapper.- Parameters:
s
- the sex
- the ex
-
EspSoapFaultWrapper
public EspSoapFaultWrapper(Throwable cause)
Instantiates a new esp soap fault wrapper.- Parameters:
cause
- the cause
-
-
Method Detail
-
setWsClientMessage
public EspSoapFaultWrapper setWsClientMessage(String msg)
Sets the ws client message.- Parameters:
msg
- the msg- Returns:
- the esp soap fault wrapper
-
getWsClientMessage
public String getWsClientMessage()
Gets the ws client message.- Returns:
- the ws client message
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
-