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