类 ResponseException

所有已实现的接口:
Serializable

public class ResponseException extends RuntimeException
另请参阅:
  • 字段详细资料

    • code

      public static Integer code
  • 构造器详细资料

    • ResponseException

      public ResponseException()
    • ResponseException

      public ResponseException(HTTPCODE message)
    • ResponseException

      public ResponseException(HTTPCODE httpcode, String message)
    • ResponseException

      public ResponseException(Integer codes, String message)
    • ResponseException

      public ResponseException(String message)
  • 方法详细资料

    • getCode

      public Integer getCode()