|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
oracle.adfmf.framework.exception.AdfInvocationException
public class AdfInvocationException
AdfInvocationException is the checked version of AdfInvocationRuntimeException. This duplicates the public getters of AdfInvocationRuntimeException. AdfmfJavaUtilities.invokeDataControlMethod is declared to throw this.
AdfInvocationRuntimeException
,
Serialized FormField Summary | |
---|---|
static int |
BEAN_INVOKE_ERROR
Error Code Value for Bean Invoke Error |
static String |
CATEGORY_BEAN
String constants for Category values for Java bean related exceptions |
static String |
CATEGORY_WEBSERVICE
String constants for Category values for web service related exceptions |
Constructor Summary | |
---|---|
AdfInvocationException(AdfInvocationRuntimeException rtEx)
AdfInvocationException constructor |
Method Summary | |
---|---|
String |
getErrorCategory()
Get error category from the exception object |
int |
getErrorCode()
Get error code from the exception object |
String |
getMessage()
Get message from the exception |
String |
getSeverity()
Get severity from the exception |
String |
getType()
Get type of exception |
Object |
toJSON()
Method to convert AdfInvocationException object into JSON. |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CATEGORY_WEBSERVICE
public static final String CATEGORY_BEAN
public static final int BEAN_INVOKE_ERROR
Constructor Detail |
---|
public AdfInvocationException(AdfInvocationRuntimeException rtEx)
rtEx
- AdfInvocationRuntimeException object used to create
AdfInvocationException exceptionMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public String getSeverity()
public String getType()
public String getErrorCategory()
public int getErrorCode()
public Object toJSON() throws Exception
Exception
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |