Package com.faunadb.client.errors
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.faunadb.client.errors.FaunaException
-
- com.faunadb.client.errors.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends FaunaException
An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(HttpResponses.QueryErrorResponse response)
NotFoundException(String message)
-
Method Summary
-
Methods inherited from class com.faunadb.client.errors.FaunaException
constructErrorMessage, errors, status
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(HttpResponses.QueryErrorResponse response)
-
NotFoundException
public NotFoundException(String message)
-
-