Package com.couchbase.client.core.error
Class CoreErrorCodeAndMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.CoreErrorCodeAndMessageException
- All Implemented Interfaces:
Serializable
This is an internal exception the user should never see;
The SDK should translate it to some other exception before
presenting it to the user.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoreErrorCodeAndMessageException(ErrorCodeAndMessage errorCodeAndMessage, ErrorContext errorContext) -
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoreErrorCodeAndMessageException
public CoreErrorCodeAndMessageException(ErrorCodeAndMessage errorCodeAndMessage, ErrorContext errorContext)
-
-
Method Details
-
errorCodeAndMessage
-