Class FeatureNotAvailableException

All Implemented Interfaces:
Serializable

public class FeatureNotAvailableException
extends CouchbaseException
Exception which states that the feature is not available for the bucket.
See Also:
Serialized Form
  • Constructor Details

    • FeatureNotAvailableException

      public FeatureNotAvailableException​(String message)
    • FeatureNotAvailableException

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

      public FeatureNotAvailableException​(Throwable cause)
  • Method Details