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