Class RequestTooBigException

All Implemented Interfaces:
Serializable

public class RequestTooBigException
extends CouchbaseException
Thrown when the request is too big for some reason.
Since:
2.1.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • RequestTooBigException

      public RequestTooBigException()
    • RequestTooBigException

      public RequestTooBigException​(String message)
    • RequestTooBigException

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

      public RequestTooBigException​(Throwable cause)