|
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
oracle.edge.common.EdgeExtensionException
oracle.edge.driver.DeviceException
A device exception will be thrown when an error or exception occurs during an operation of a device.
| Constructor Summary | |
DeviceException()Default constructor. |
|
DeviceException(long ErrorCode)Constructor with specified error code. |
|
DeviceException(long ErrorCode, java.lang.String Description)Constructor with specified error code and error description. |
|
DeviceException(java.lang.String Description)Constructor with specified error code. |
|
| Methods inherited from class oracle.edge.common.GeneralException |
getErrorCode, setErrorCode |
| 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 DeviceException()
public DeviceException(long ErrorCode)
ErrorCode - specified error code.
public DeviceException(long ErrorCode,
java.lang.String Description)
ErrorCode - specified error code.Description - specified error description.public DeviceException(java.lang.String Description)
Description - specified error description.
|
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 | |||||||||