Class CouchbaseOutOfMemoryException

All Implemented Interfaces:
Serializable

public class CouchbaseOutOfMemoryException
extends CouchbaseException
Thrown when Couchbase Server returns with an Out of Memory error.
Since:
2.1.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • CouchbaseOutOfMemoryException

      public CouchbaseOutOfMemoryException()
    • CouchbaseOutOfMemoryException

      public CouchbaseOutOfMemoryException​(String message)
    • CouchbaseOutOfMemoryException

      public CouchbaseOutOfMemoryException​(String message, Throwable cause)
    • CouchbaseOutOfMemoryException

      public CouchbaseOutOfMemoryException​(Throwable cause)