|
||||||||||
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.ibatis.common.beans.ProbeException
public class ProbeException
BeansException for use for by BeanProbe and StaticBeanProbe.
Constructor Summary | |
---|---|
ProbeException()
Default constructor |
|
ProbeException(String msg)
Constructor to set the message for the exception |
|
ProbeException(String msg,
Throwable cause)
Constructor to create a nested exception with a message |
|
ProbeException(Throwable cause)
Constructor to create a nested exception |
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 ProbeException()
public ProbeException(String msg)
msg
- - the message for the exceptionpublic ProbeException(Throwable cause)
cause
- - the reason the exception is being thrownpublic ProbeException(String msg, Throwable cause)
msg
- - the message for the exceptioncause
- - the reason the exception is being thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |