Class NotifyRuntimeException

All Implemented Interfaces:
Serializable

public class NotifyRuntimeException extends AbstractRuntimeException
通知错误
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • NotifyRuntimeException

      public NotifyRuntimeException(String err, String tag)
    • NotifyRuntimeException

      public NotifyRuntimeException(String err)
    • NotifyRuntimeException

      public NotifyRuntimeException()
    • NotifyRuntimeException

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

      public NotifyRuntimeException(ResultCode resultCode, String err)
    • NotifyRuntimeException

      public NotifyRuntimeException(ResultCode resultCode)