public class LogException extends RuntimeException
copy form mybatis org.apache.ibatis.logging.LogException
| 构造器和说明 |
|---|
LogException() |
LogException(String message) |
LogException(String message,
Throwable cause) |
LogException(Throwable cause) |
[Web Site]