com.ibatis.common.beans
Class ProbeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibatis.common.beans.ProbeException
All Implemented Interfaces:
java.io.Serializable

public class ProbeException
extends java.lang.RuntimeException

BeansException for use for by BeanProbe and StaticBeanProbe.

See Also:
Serialized Form

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

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 exception
cause - - the reason the exception is being thrown