Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.spatial.eh
Class LBSServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.panama.spatial.eh.LBSException
                  extended byoracle.panama.spatial.eh.LBSServiceException

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

public class LBSServiceException
extends LBSException

This class represents location based service exception

See Also:
Serialized Form

Constructor Summary
LBSServiceException(java.lang.String errorCode)
Constructor
LBSServiceException(java.lang.String errorCode, java.lang.Object[] params)
Constructor
LBSServiceException(java.lang.String errorCode, java.lang.Object[] params, java.lang.Throwable exc)
Constructor
LBSServiceException(java.lang.String errorCode, java.lang.Throwable exc)
Constructor

Methods inherited from class oracle.panama.spatial.eh.LBSException
getDetail, getErrorCode, getLocalizedMessage, getLocalizedMessage

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

LBSServiceException

public LBSServiceException(java.lang.String errorCode)
Constructor
Parameters:
errorCode - the key string for error message of the exception.

LBSServiceException

public LBSServiceException(java.lang.String errorCode,
                           java.lang.Object[] params)
Constructor
Parameters:
errorCode - the key string for error message of the exception.
params - the parameters embedded in the error message

LBSServiceException

public LBSServiceException(java.lang.String errorCode,
                           java.lang.Object[] params,
                           java.lang.Throwable exc)
Constructor
Parameters:
errorCode - the key string for error message of the exception.
params - the parameters embedded in the error message
exc - the original exception

LBSServiceException

public LBSServiceException(java.lang.String errorCode,
                           java.lang.Throwable exc)
Constructor
Parameters:
errorCode - the key string for error message of the exception.
exc - the original exception

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.