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,  nullotherwise. | 
| OperationException | getException()Returns the exception thrown if the procedure execution failed,  nullotherwise. | 
| String | getExceptionFullMessage(Locale aLocale)Returns a full, localized user message with the exception thrown if procedure execution has failed,
  nullotherwise. | 
| Date | getExecutionTimestamp()Returns the timestamp of the procedure execution. | 
| String | getExecutionUUIDString()Returns a universally unique identifier (UUID) of the procedure execution. | 
| boolean | hasFailed()Returns  trueif 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()