com.ibatis.common.beans
Class ProbeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibatis.common.exception.NestedRuntimeException
com.ibatis.common.beans.ProbeException
- All Implemented Interfaces:
- java.io.Serializable
- public class ProbeException
- extends NestedRuntimeException
BeansException for use for by BeanProbe and StaticBeanProbe.
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
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, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProbeException
public ProbeException()
- Default constructor
ProbeException
public ProbeException(java.lang.String msg)
- Constructor to set the message for the exception
- Parameters:
msg
- - the message for the exception
ProbeException
public ProbeException(java.lang.Throwable cause)
- Constructor to create a nested exception
- Parameters:
cause
- - the reason the exception is being thrown
ProbeException
public ProbeException(java.lang.String msg,
java.lang.Throwable cause)
- Constructor to create a nested exception with a message
- Parameters:
msg
- - the message for the exceptioncause
- - the reason the exception is being thrown