Class UnknownServiceException

All Implemented Interfaces:
Serializable

public class UnknownServiceException extends BaseException
See Also:
  • Constructor Details

    • UnknownServiceException

      public UnknownServiceException(Throwable cause)
    • UnknownServiceException

      public UnknownServiceException(String message, Throwable cause)
    • UnknownServiceException

      public UnknownServiceException(ApiHttpResponse<T> httpResponse)