com.ibatis.common.beans
Class ProbeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibatis.common.beans.ProbeException
所有已实现接口:
java.io.Serializable

public class ProbeException
extends java.lang.RuntimeException

BeansException for use for by BeanProbe and StaticBeanProbe.

另请参见:
Serialized Form

构造器摘要
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
 
方法摘要
 
类方法继承: java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
类方法继承: 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

参数:
msg - - the message for the exception

ProbeException

public ProbeException(java.lang.Throwable cause)
Constructor to create a nested exception

参数:
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

参数:
msg - - the message for the exception
cause - - the reason the exception is being thrown