Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.lbevent
Class LBEventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.panama.lbevent.LBEventException

All Implemented Interfaces:
java.io.Serializable

public class LBEventException
extends java.lang.Exception

This class is used to store information describing an LBEvent Exception

See Also:
Serialized Form

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

Method Summary
java.lang.Throwable getDetail()
Returns the detailed error description
java.lang.String getErrorID()
Returns the error ID
java.lang.String getMessage()
Returns the error message

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)
Constricts the LBEventException object
Parameters:
errorID - the error ID
t - the error detail

Method Detail

getDetail

public java.lang.Throwable getDetail()
Returns the detailed error description
Returns:
the detailed error description

getErrorID

public java.lang.String getErrorID()
Returns the error ID
Returns:
the error ID

getMessage

public java.lang.String getMessage()
Returns the error message
Returns:
the error message

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.