ServiceResult
instead.public interface IGovServiceResult
Modifier and Type | Method and Description |
---|---|
IGovException |
getException()
Deprecated.
Returns the exception thrown if the service execution failed, null otherwise.
|
String |
getExceptionMessage(Locale locale)
Deprecated.
Returns a full, localized user message with the exception thrown if service execution has failed, null otherwise.
|
boolean |
hasFailed()
Deprecated.
Returns true if the service execution has failed.
|
boolean hasFailed()
IGovException getException()