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