Class NotifyException

All Implemented Interfaces:
Serializable

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

    • NotifyException

      public NotifyException(String err, String tag)
    • NotifyException

      public NotifyException(String err)
    • NotifyException

      public NotifyException()
    • NotifyException

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

      public NotifyException(ResultCode resultCode, String err)
    • NotifyException

      public NotifyException(ResultCode resultCode)