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:
NestedException, java.io.Serializable

public class LocationPrivacyException
extends LMSException

A Loation Privacy Exception class.

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

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.