Package com.faunadb.client.errors
Class UnknownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.faunadb.client.errors.FaunaException
-
- com.faunadb.client.errors.UnknownException
-
- All Implemented Interfaces:
Serializable
public class UnknownException extends FaunaException
An exception thrown if a FaunaDB response is unknown or unparseable by the client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownException(HttpResponses.QueryErrorResponse response)
UnknownException(String message, Throwable cause)
-
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
-
UnknownException
public UnknownException(HttpResponses.QueryErrorResponse response)
-
-