@XMLBindable public class DTOWebServiceRemoteException extends java.lang.Object
cz.ues.platform.commons.exception.WebServiceRemoteException and
 restore original exception structure.| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
throwable
Serialized exception. 
 | 
| Constructor and Description | 
|---|
DTOWebServiceRemoteException()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getThrowable()
Returns serialized wrapped exception. 
 | 
void | 
setThrowable(java.lang.String aThrowable)
Sets serialized wrapped exception. 
 | 
java.lang.RuntimeException | 
throwException()
Returns RuntimeException restored from WebServiceException. 
 | 
aThrowable - Serialized wrapped exception