Class FailureRuntimeException

All Implemented Interfaces:
Serializable

public class FailureRuntimeException extends AbstractRuntimeException
操作失败

直接抛出异常,由框架统一处理

Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • FailureRuntimeException

      protected FailureRuntimeException(String err, String tag)
    • FailureRuntimeException

      public FailureRuntimeException(String err)
    • FailureRuntimeException

      public FailureRuntimeException()
    • FailureRuntimeException

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

      public FailureRuntimeException(ResultCode resultCode, String err)
    • FailureRuntimeException

      public FailureRuntimeException(ResultCode resultCode)