Class ServiceNotAvailableException

  • All Implemented Interfaces:
    Serializable

    public class ServiceNotAvailableException
    extends CouchbaseException
    Exception which states that the service is not available for the bucket.
    Since:
    2.0.3
    Author:
    Michael Nitschinger
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceNotAvailableException

        public ServiceNotAvailableException()
      • ServiceNotAvailableException

        public ServiceNotAvailableException​(String message)
      • ServiceNotAvailableException

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

        public ServiceNotAvailableException​(Throwable cause)