oracle.panama.rt.hook
Class DeviceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.rt.hook.DeviceNotFoundException
All Implemented Interfaces:
NestedException, java.io.Serializable

public class DeviceNotFoundException
extends PanamaException

Since:
Oracle9i Application Server Wireless Edition
See Also:
Serialized Form

Constructor Summary
DeviceNotFoundException(java.lang.String msg)
          Construct with a plain message.
DeviceNotFoundException(java.lang.String msg, java.lang.Exception ex)
          Construct with a plain message.
 
Methods inherited from class oracle.panama.PanamaException
getDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceNotFoundException

public DeviceNotFoundException(java.lang.String msg)
Construct with a plain message.
Parameters:
msg - the message.

DeviceNotFoundException

public DeviceNotFoundException(java.lang.String msg,
                               java.lang.Exception ex)
Construct with a plain message.
Parameters:
msg - the message.