Package org.apache.ibatis.exceptions
Class ExceptionFactory
- java.lang.Object
-
- org.apache.ibatis.exceptions.ExceptionFactory
-
public class ExceptionFactory extends java.lang.Object
- Author:
- Clinton Begin
-
-
Method Summary
Modifier and Type Method Description static java.lang.RuntimeException
wrapException(java.lang.String message, java.lang.Exception e)
-