Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.lbevent
Class LBEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.lbevent.LBEventException
All Implemented Interfaces:
java.io.Serializable

public class LBEventException
extends java.lang.Exception

A LBEventException class.

Author:
Jing Wu
See Also:
Serialized Form

Constructor Summary
LBEventException(java.lang.String errorID, java.lang.Throwable t)
           

 

Method Summary
 java.lang.Throwable getDetail()
           
 java.lang.String getErrorID()
           
 java.lang.String getMessage()
           

 

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

 

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

 

Constructor Detail

LBEventException

public LBEventException(java.lang.String errorID,
                        java.lang.Throwable t)
Method Detail

getErrorID

public java.lang.String getErrorID()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getDetail

public java.lang.Throwable getDetail()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.