@UESComponent public interface WebServiceExceptionSerializer
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Throwable> |
deserializeExeption(java.lang.String exception,
Deserializes given exception.
|
java.lang.String |
serializeException(java.lang.Throwable exception,
Serializes given exception.
|
exception - Exception to be serializedincludeStackTrace - Flag if stacktrace should be serialized or removedT - Type of exceptionexception - Serialized exceptionexceptionClass - Exception class expected to be returned