Package com.couchbase.client.core.error
Class DecodingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.DecodingFailureException
- All Implemented Interfaces:
Serializable
Raised when provided content could not be successfully decoded.
- Since:
- 2.0
- Author:
- Graham Pople
- See Also:
-
Constructor Summary
ConstructorDescriptionDecodingFailureException
(String message) DecodingFailureException
(String message, Throwable cause) DecodingFailureException
(String message, Throwable cause, ErrorContext ctx) -
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecodingFailureException
public DecodingFailureException() -
DecodingFailureException
-
DecodingFailureException
-
DecodingFailureException
-
DecodingFailureException
-