com.ibatis.common.beans
Class BeansException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibatis.common.exception.NestedRuntimeException
                  extended by com.ibatis.common.beans.BeansException
All Implemented Interfaces:
java.io.Serializable

public class BeansException
extends NestedRuntimeException

BeansException for use for by BeanProbe and StaticBeanProbe.

Author:
clinton_begin
See Also:
Serialized Form

Constructor Summary
BeansException()
          Default constructor
BeansException(java.lang.String s)
          Constructor to set the message for the exception
BeansException(java.lang.String msg, java.lang.Throwable cause)
           
BeansException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibatis.common.exception.NestedRuntimeException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
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
 

Constructor Detail

BeansException

public BeansException()
Default constructor


BeansException

public BeansException(java.lang.String s)
Constructor to set the message for the exception

Parameters:
s - The message for the exception

BeansException

public BeansException(java.lang.Throwable cause)

BeansException

public BeansException(java.lang.String msg,
                      java.lang.Throwable cause)