public class WebServiceRemoteException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
provideWSPStackTrace |
private static long |
serialVersionUID
Serial version UID.
|
private java.lang.String |
throwable
Serialized exception.
|
| Constructor and Description |
|---|
WebServiceRemoteException(java.lang.Exception aException)
Creates new instance of WebServiceRemoteException and performs
serialization of given exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getThrowable()
Returns serialized wrapped exception.
|