Class CustomException

All Implemented Interfaces:
Serializable

public class CustomException extends AbstractException
自定义异常
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • CustomException

      public CustomException(int code, String msg, String err, String tag)
    • CustomException

      public CustomException(int code, String msg, String err)
    • CustomException

      public CustomException(int code, String msg)
    • CustomException

      public CustomException(ResultCode resultCode, String err, String tag)
    • CustomException

      public CustomException(ResultCode resultCode, String err)
    • CustomException

      public CustomException(ResultCode resultCode)