Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mp
Class LMSException

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

All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable
Direct Known Subclasses:
LocationPrivacyException, MPException

public class LMSException
extends PanamaException

This class is used to represent Location Management System Exceptions.

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

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)

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.