com.ibatis.sqlmap.client
public class SqlMapException extends RuntimeException
| Constructor Summary | |
|---|---|
| SqlMapException()
Simple constructor | |
| SqlMapException(String msg)
Constructor to create exception with a message
| |
| SqlMapException(Throwable cause)
Constructor to create exception to wrap another exception
| |
| SqlMapException(String msg, Throwable cause)
Constructor to create exception to wrap another exception and pass a message
| |
Parameters: msg A message to associate with the exception
Parameters: cause The real cause of the exception
Parameters: msg The message cause The real cause of the exception