类 CattleException

所有已实现的接口:
Serializable
直接已知子类:
CattleResponseException

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

    • CattleException

      public CattleException(String message)
    • CattleException

      public CattleException(Integer code, String message)
    • CattleException

      public CattleException(String message, Throwable cause)
    • CattleException

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

    • getCode

      public int getCode()