Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Class ExcludedDeviceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.model.ExcludedDeviceException
All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class ExcludedDeviceException
extends PanamaException
See Also:
Serialized Form

Constructor Summary
ExcludedDeviceException(java.lang.String errorMessage)
          Construct a ExcludedDeviceException with a plain message.
ExcludedDeviceException(java.lang.Throwable detail)
          Construct a ExcludedDeviceException with a detailed exception caught during device capability checking time, the message will be derived from the detailed exception.

 

Methods inherited from class oracle.panama.PanamaException
getDetail, getLocalizedMessage, getLocalizedMessage, getMessage, setMessageArguments, setMessageCode, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ExcludedDeviceException

public ExcludedDeviceException(java.lang.String errorMessage)
Construct a ExcludedDeviceException with a plain message.

ExcludedDeviceException

public ExcludedDeviceException(java.lang.Throwable detail)
Construct a ExcludedDeviceException with a detailed exception caught during device capability checking time, the message will be derived from the detailed exception.
Parameters:
detail - the detailed exception.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.