oracle.panama.mp
Class LMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.mp.LMSException
All Implemented Interfaces:
NestedException, java.io.Serializable
Direct Known Subclasses:
LocationPrivacyException, MPException

public class LMSException
extends PanamaException

LMSException class. Location Management System Exception.

See Also:
Serialized Form

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

LMSException

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

LMSException

public LMSException(java.lang.Throwable detail)