Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.mp.privacy
Class LocationPrivacyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.mp.LMSException
                          |
                          +--oracle.panama.mp.privacy.LocationPrivacyException
All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class LocationPrivacyException
extends LMSException

A Loation Privacy Exception class.

Author:
jiwu
See Also:
Serialized Form

Constructor Summary
LocationPrivacyException(java.lang.String msg)
          Construct a LocationPrivacyException with a plain message.
LocationPrivacyException(java.lang.Throwable detail)
          Construct a LocationPrivacyException with a nested 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

LocationPrivacyException

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

LocationPrivacyException

public LocationPrivacyException(java.lang.Throwable detail)
Construct a LocationPrivacyException with a nested exception.
Parameters:
detail - the nested exception.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.