| Package | Description |
|---|---|
| oracle.jbo.service.errors |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceAttrValErrorMessage |
interface |
ServiceDMLErrorMessage |
interface |
ServiceRowValErrorMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceAttrValErrorMessageImpl |
class |
ServiceDMLErrorMessageImpl |
class |
ServiceErrorMessageImpl |
class |
ServiceRowValErrorMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
protected static ServiceErrorMessage |
ServiceExceptionHelper.createServiceErrorMessage(java.lang.String message,
java.lang.String errorCode,
commonj.sdo.DataObject sourceDataObject)
construct ServiceErrorMessage
|
ServiceErrorMessage |
ServiceException.getFaultInfo() |
static ServiceErrorMessage |
ServiceExceptionHelper.getServiceErrorMessage(JboException jboexception,
commonj.sdo.DataObject source,
java.lang.String exceptionReturnMode,
ServiceErrorMessage parentServiceErrorMessage)
Helper method to retrieve ServiceErrorMessage from jboexception and source dataobject.
|
static ServiceErrorMessage |
ServiceExceptionHelper.getServiceErrorMessage(java.lang.Throwable exception,
commonj.sdo.DataObject source,
java.lang.String exceptionReturnMode) |
| Modifier and Type | Method and Description |
|---|---|
static JboException |
ServiceExceptionHelper.getJboException(commonj.sdo.helper.HelperContext helperContext,
ServiceErrorMessage errorMsg) |
static JboException |
ServiceExceptionHelper.getJboException(ServiceErrorMessage errorMsg) |
static ServiceErrorMessage |
ServiceExceptionHelper.getServiceErrorMessage(JboException jboexception,
commonj.sdo.DataObject source,
java.lang.String exceptionReturnMode,
ServiceErrorMessage parentServiceErrorMessage)
Helper method to retrieve ServiceErrorMessage from jboexception and source dataobject.
|
void |
ServiceException.setFaultInfo(ServiceErrorMessage faultInfo) |
| Constructor and Description |
|---|
ServiceException(java.lang.String message,
ServiceErrorMessage faultInfo) |
ServiceException(java.lang.String message,
ServiceErrorMessage faultInfo,
java.lang.Throwable cause) |