com.ibatis.common.beans

Class ProbeException

public class ProbeException extends RuntimeException

BeansException for use for by BeanProbe and StaticBeanProbe.
Constructor Summary
ProbeException()
Default constructor
ProbeException(String msg)
Constructor to set the message for the exception
ProbeException(Throwable cause)
Constructor to create a nested exception
ProbeException(String msg, Throwable cause)
Constructor to create a nested exception with a message

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 © 2011. All Rights Reserved.