Class BucketAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class BucketAlreadyExistsException
    extends CouchbaseException
    Exception identifying that a bucket does already exist.
    Since:
    2.0
    Author:
    Michael Nitschinger
    See Also:
    Serialized Form
    • Constructor Detail

      • BucketAlreadyExistsException

        public BucketAlreadyExistsException()
      • BucketAlreadyExistsException

        public BucketAlreadyExistsException​(String message)
      • BucketAlreadyExistsException

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

        public BucketAlreadyExistsException​(Throwable cause)