|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.latencybusters.lbm.sdm.LBMSDMException
com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException
public class LBMSDMBadRawObjectException
An LBM SDM Exception indicating a bad raw object was encountered Where possible, additional data about the raw object is dumped.
Constructor Summary | |
---|---|
LBMSDMBadRawObjectException()
Generic Constructor |
|
LBMSDMBadRawObjectException(java.lang.String s)
Generic Constructor including a string |
|
LBMSDMBadRawObjectException(java.lang.String s,
LBMSDMRaw raw)
Constructor including field data |
Method Summary |
---|
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 LBMSDMBadRawObjectException()
public LBMSDMBadRawObjectException(java.lang.String s)
s
- Exception messagepublic LBMSDMBadRawObjectException(java.lang.String s, LBMSDMRaw raw)
s
- Exception messageraw
- Raw field being added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |