public interface ProcedureResult
| Modifier and Type | Method and Description | 
|---|---|
ConstraintViolationException | 
getConstraintViolationException()
Returns the exception thrown if the procedure execution failed
 due to a constraint violation,  
null otherwise. | 
OperationException | 
getException()
Returns the exception thrown if the procedure execution failed,  
null otherwise. | 
String | 
getExceptionFullMessage(Locale aLocale)
Returns a full, localized user message with the exception thrown if procedure execution has failed,
  
null otherwise. | 
Date | 
getExecutionTimestamp()
Returns the timestamp of the procedure execution. 
 | 
String | 
getExecutionUUIDString()
Returns a universally unique identifier (UUID) of the procedure execution. 
 | 
boolean | 
hasFailed()
Returns  
true if the procedure execution has failed. | 
boolean hasFailed()
true if the procedure execution has failed.OperationException getException()
null otherwise.getConstraintViolationException()ConstraintViolationException getConstraintViolationException()
null otherwise.ProcedureContext.setBlockingConstraintsDisabled(boolean)String getExceptionFullMessage(Locale aLocale)
null otherwise.
 Includes the possible causes.Date getExecutionTimestamp()
ProcedureContext.getExecutionTimestamp()String getExecutionUUIDString()