类 TboxClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.tbox.sdk.core.exception.TboxClientException
所有已实现的接口:
Serializable
直接已知子类:
TboxClientConfigException, TboxHttpResponseException, TboxServerException

public class TboxClientException extends Exception
Tbox client exception. Base exception class for tbox client.
另请参阅:
  • 构造器详细资料

    • TboxClientException

      public TboxClientException()
    • TboxClientException

      public TboxClientException(String message)
    • TboxClientException

      public TboxClientException(String message, Throwable cause)
    • TboxClientException

      public TboxClientException(Throwable cause)