com.ibatis.common.beans
public class ProbeException extends RuntimeException
| 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
| |
Parameters: msg - the message for the exception
Parameters: cause - the reason the exception is being thrown
Parameters: msg - the message for the exception cause - the reason the exception is being thrown