|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.latencybusters.lbm.LBMRuntimeException
public class LBMRuntimeException
Base LBM Runtime Exception class
Constructor Summary | |
---|---|
LBMRuntimeException(int errnum,
java.lang.String errorMessage)
|
|
LBMRuntimeException(LBMException exception)
|
|
LBMRuntimeException(java.lang.String errorMessage)
Internally used constructor which sets the error number to LBM.EOP |
Method Summary | |
---|---|
int |
errorNumber()
Get LBM error number. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LBMRuntimeException(int errnum, java.lang.String errorMessage)
public LBMRuntimeException(LBMException exception)
public LBMRuntimeException(java.lang.String errorMessage)
Method Detail |
---|
public int errorNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |