Package com.alibaba.cola.exception
Class ExceptionFactory
- java.lang.Object
-
- com.alibaba.cola.exception.ExceptionFactory
-
public class ExceptionFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BizExceptionbizException(String errorMessage)static BizExceptionbizException(String errorCode, String errorMessage)static SysExceptionsysException(String errorMessage)static SysExceptionsysException(String errorCode, String errorMessage)static SysExceptionsysException(String errorCode, String errorMessage, Throwable e)static SysExceptionsysException(String errorMessage, Throwable e)
-
-
-
Method Detail
-
bizException
public static BizException bizException(String errorMessage)
-
bizException
public static BizException bizException(String errorCode, String errorMessage)
-
sysException
public static SysException sysException(String errorMessage)
-
sysException
public static SysException sysException(String errorCode, String errorMessage)
-
sysException
public static SysException sysException(String errorMessage, Throwable e)
-
sysException
public static SysException sysException(String errorCode, String errorMessage, Throwable e)
-
-