Class CommonException

All Implemented Interfaces:
Serializable, BaseException

public class CommonException extends BaseCheckedException
非业务异常 用于在处理非业务逻辑时,进行抛出的异常。
Version:
1.0
Author:
zuihou
See Also:
  • Constructor Details

    • CommonException

      public CommonException(int code, String message)
    • CommonException

      public CommonException(int code, String format, Object... args)
  • Method Details