Package ai.toloka.client.v1
Class ServiceUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.toloka.client.v1.TlkException
-
- ai.toloka.client.v1.ServiceUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceUnavailableException extends TlkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException(TlkError<?> error, int statusCode)
-
Method Summary
-
Methods inherited from class ai.toloka.client.v1.TlkException
getCode, getError, getMessage, getPayload, getRequestId, getServerMessage, getStatusCode, toString
-
-
-
-
Constructor Detail
-
ServiceUnavailableException
public ServiceUnavailableException(TlkError<?> error, int statusCode)
-
-