类 MochowClientException

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

public class MochowClientException extends RuntimeException
Base exception class for any errors that occur on the client side when attempting to access a Mochow service API.
另请参阅:
  • 构造器详细资料

    • MochowClientException

      public MochowClientException(String message)
      Constructs a new MochowClientException with the specified detail message.
      参数:
      message - the detail error message.
    • MochowClientException

      public MochowClientException(String message, Throwable cause)
      Constructs a new MochowClientException with the specified detail message and the underlying cause.
      参数:
      message - the detail error message.
      cause - the underlying cause of this exception.