|
Oracle Application Server Wireless Java API Reference B10400-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.panama.portal.PortalException
This PortalException is the exception object thrown from Portal API to portal pages. From the PortalException, the portal pages can get the exception type and exception messages.
| Field Summary | |
static int |
EXCEPTION_TYPE_NUMBERthe total number of exception type. |
static int |
GEOCODE_FAILEDportal exception type for update/delete/create operation failed. |
static int |
INVALID_USER_PASSWORDportal exception type for invalid user/password login. |
static int |
OBJECT_NOT_FOUNDportal exception type for model object not found. |
static int |
OPERATION_FAILEDportal exception type for update/delete/create operation failed. |
static int |
SESSION_CHANGEDportal exception type for session changed |
static int |
SESSION_EXPIREDportal exception type for session expired. |
| Constructor Summary | |
PortalException(int type)Construct with an exception type. | |
| Method Summary | |
int |
getExceptionType()get exception type. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 int EXCEPTION_TYPE_NUMBER
public static final int INVALID_USER_PASSWORD
public static final int SESSION_EXPIRED
public static final int SESSION_CHANGED
public static final int OBJECT_NOT_FOUND
public static final int OPERATION_FAILED
public static final int GEOCODE_FAILED
| Constructor Detail |
public PortalException(int type)
type - exception type| Method Detail |
public int getExceptionType()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||