@UESComponent public interface WSHandlerExceptionSerializer
| Modifier and Type | Method and Description |
|---|---|
java.lang.RuntimeException |
deserializeException(java.lang.RuntimeException exception)
Deserializes exception which is stored as given RuntimeException
message in XML.
|
java.lang.RuntimeException |
serializeException(java.lang.RuntimeException exception)
Serializes given exception into XML and returns it as message
in returned RuntimeException.
|
exception - Exception to be serializedexception - RuntimeException containing serialized exception as message