|
Oracle Application Server Wireless Java API Reference B14043-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.edge.common.GeneralException
An exception with error code support.
| Constructor Summary | |
GeneralException()Default constructor. |
|
GeneralException(long ErrorCode)Constructor with specified error code. |
|
GeneralException(long ErrorCode, java.lang.String Description)Constructor with specified error code and error description. |
|
GeneralException(java.lang.String Description)Constructor with specified error code. |
|
| Method Summary | |
long |
getErrorCode()Get error code associated with this exception. |
void |
setErrorCode(long ErrorCode)Set error code associated with this exception. |
| 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 |
| Constructor Detail |
public GeneralException()
public GeneralException(long ErrorCode)
ErrorCode - specified error code.
public GeneralException(long ErrorCode,
java.lang.String Description)
ErrorCode - specified error code.Description - specified error description.public GeneralException(java.lang.String Description)
Description - specified error description.| Method Detail |
public long getErrorCode()
public void setErrorCode(long ErrorCode)
ErrorCode - specified error code.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||