类 CattleResponseException

所有已实现的接口:
Serializable

public class CattleResponseException extends CattleException
通用响应异常
作者:
orange
另请参阅:
  • 构造器详细资料

    • CattleResponseException

      public CattleResponseException(String message, String response)
    • CattleResponseException

      public CattleResponseException(String message, String response, Throwable cause)
    • CattleResponseException

      public CattleResponseException(Integer code, String message, String response)
    • CattleResponseException

      public CattleResponseException(Integer code, String message, String response, Throwable cause)
  • 方法详细资料

    • getResponse

      public String getResponse()