Class CustomRuntimeException

All Implemented Interfaces:
Serializable

public class CustomRuntimeException extends AbstractRuntimeException
自定义运行时异常
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • CustomRuntimeException

      protected CustomRuntimeException(int code, String msg, String err, String tag)
    • CustomRuntimeException

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

      public CustomRuntimeException(int code, String msg)
    • CustomRuntimeException

      protected CustomRuntimeException(ResultCode resultCode, String err, String tag)
    • CustomRuntimeException

      public CustomRuntimeException(ResultCode resultCode, String err)
    • CustomRuntimeException

      public CustomRuntimeException(ResultCode resultCode)