Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mp.privacy
Class LocationPrivacyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.panama.PanamaException
              extended byoracle.panama.mp.LMSException
                  extended byoracle.panama.mp.privacy.LocationPrivacyException

All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class LocationPrivacyException
extends LMSException

This class represents a Loation Privacy Exception.

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
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.