UM Java API  6.16
com.latencybusters.lbm.LBMException Class Reference
Inheritance diagram for com.latencybusters.lbm.LBMException:
com.latencybusters.lbm.LBMApplicationException com.latencybusters.lbm.LBMEInvalException com.latencybusters.lbm.LBMEMessageSelectorException com.latencybusters.lbm.LBMENoMemException com.latencybusters.lbm.LBMEOPException com.latencybusters.lbm.LBMEOSException com.latencybusters.lbm.LBMETimedOutException com.latencybusters.lbm.LBMEWouldBlockException com.latencybusters.lbm.LBMMonitorEAgainException com.latencybusters.lbm.LBMMonitorEAlreadyException com.latencybusters.lbm.LBMMonitorEInvalException com.latencybusters.lbm.LBMMonitorELBMFailException com.latencybusters.lbm.LBMMonitorEModFailException com.latencybusters.lbm.LBMMonitorENoMemException com.latencybusters.lbm.UMENoQueueException com.latencybusters.lbm.UMENoRegException com.latencybusters.lbm.UMENoStoreException

Public Member Functions

 LBMException (int errnum, String errorMessage)
 
 LBMException (int errnum, String errorMessage, Throwable cause)
 
 LBMException (String errorMessage)
 
int errorNumber ()
 

Detailed Description

Base LBM Exception class

Constructor & Destructor Documentation

com.latencybusters.lbm.LBMException.LBMException ( String  errorMessage)

Internally used constructor which sets the error number to LBM.EOP

References com.latencybusters.lbm.LBM.EOP.

Member Function Documentation

int com.latencybusters.lbm.LBMException.errorNumber ( )

Get LBM error number.

Returns
LBM error number

The documentation for this class was generated from the following file: