public class UnknownServiceException extends BaseException
| Constructor and Description |
|---|
UnknownServiceException(ApiHttpResponse<T> httpResponse) |
UnknownServiceException(String message,
Throwable cause) |
UnknownServiceException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownServiceException(Throwable cause)
public UnknownServiceException(String message, Throwable cause)
public UnknownServiceException(ApiHttpResponse<T> httpResponse)