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
All Implemented Interfaces:
Serializable

public class ProbeException
extends RuntimeException

BeansException for use for by BeanProbe and StaticBeanProbe.

See Also:
Serialized Form

Constructor Summary
ProbeException()
          Default 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
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(String msg)
Constructor to set the message for the exception

Parameters:
msg - - the message for the exception

ProbeException

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

Parameters:
cause - - the reason the exception is being thrown

ProbeException

public ProbeException(String msg,
                      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


Copyright © 2010. All Rights Reserved.