Class CollectionAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.java.manager.collection.CollectionAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
@Volatile public class CollectionAlreadyExistsException extends CouchbaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionAlreadyExistsException(String collectionName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
collectionName()
static CollectionAlreadyExistsException
forCollection(String collectionName)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CollectionAlreadyExistsException
public CollectionAlreadyExistsException(String collectionName)
-
-
Method Detail
-
forCollection
public static CollectionAlreadyExistsException forCollection(String collectionName)
-
collectionName
public String collectionName()
-
-