|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.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 java.lang.String |
CATEGORY_BEAN String constants for Category values for Java bean related exceptions |
static java.lang.String |
CATEGORY_WEBSERVICE String constants for Category values for web service related exceptions |
Constructor Summary | |
---|---|
AdfInvocationException(AdfInvocationRuntimeException rtEx) AdfInvocationException constructor |
Method Summary | |
---|---|
java.lang.String |
getErrorCategory() Get error category from the exception object |
int |
getErrorCode() Get error code from the exception object |
java.lang.String |
getMessage() Get message from the exception |
java.lang.String |
getSeverity() Get severity from the exception |
java.lang.String |
getType() Get type of exception |
java.lang.Object |
toJSON() Method to convert AdfInvocationException object into JSON. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CATEGORY_WEBSERVICE
public static final java.lang.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 java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getSeverity()
public java.lang.String getType()
public java.lang.String getErrorCategory()
public int getErrorCode()
public java.lang.Object toJSON() throws java.lang.Exception
java.lang.Exception
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |