oracle.panama.spatial.eh
Class LBSProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.panama.spatial.eh.LBSException
                          |
                          +--oracle.panama.spatial.eh.LBSProxyException
All Implemented Interfaces:
NestedException, java.io.Serializable

public class LBSProxyException
extends LBSException

A Class class.

See Also:
Serialized Form

Constructor Summary
LBSProxyException(java.lang.String errorCode)
           
LBSProxyException(java.lang.String errorCode, java.lang.Object[] params)
           
LBSProxyException(java.lang.String errorCode, java.lang.Object[] params, java.lang.Throwable exc)
          Constructor
LBSProxyException(java.lang.String errorCode, java.lang.Throwable exc)
           
 
Methods inherited from class oracle.panama.spatial.eh.LBSException
getDetail, getErrorCode, getLocalizedMessage, getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LBSProxyException

public LBSProxyException(java.lang.String errorCode,
                         java.lang.Object[] params,
                         java.lang.Throwable exc)
Constructor

LBSProxyException

public LBSProxyException(java.lang.String errorCode,
                         java.lang.Throwable exc)

LBSProxyException

public LBSProxyException(java.lang.String errorCode,
                         java.lang.Object[] params)

LBSProxyException

public LBSProxyException(java.lang.String errorCode)