Package ai.toloka.client.v1
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ai.toloka.client.v1.TlkException
-
- ai.toloka.client.v1.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundException extends TlkException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(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
-
NotFoundException
public NotFoundException(TlkError<?> error, int statusCode)
-
-