Package com.ibatis.common.beans
Class ProbeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.common.beans.ProbeException
- All Implemented Interfaces:
Serializable
BeansException for use for by BeanProbe and StaticBeanProbe.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProbeException
public ProbeException()Default constructor. -
ProbeException
Constructor to set the message for the exception.- Parameters:
msg
- - the message for the exception
-
ProbeException
Constructor to create a nested exception.- Parameters:
cause
- - the reason the exception is being thrown
-
ProbeException
-