Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.driver
Class DeviceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.edge.common.GeneralException
              extended byoracle.edge.common.EdgeExtensionException
                  extended byoracle.edge.driver.DeviceException

All Implemented Interfaces:
java.io.Serializable

public class DeviceException
extends EdgeExtensionException

A device exception will be thrown when an error or exception occurs during an operation of a device.

See Also:
Serialized Form

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

DeviceException

public DeviceException()
Default constructor.

DeviceException

public DeviceException(long ErrorCode)
Constructor with specified error code.
Parameters:
ErrorCode - specified error code.

DeviceException

public DeviceException(long ErrorCode,
                       java.lang.String Description)
Constructor with specified error code and error description.
Parameters:
ErrorCode - specified error code.
Description - specified error description.

DeviceException

public DeviceException(java.lang.String Description)
Constructor with specified error code.
Parameters:
Description - specified error description.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.