Package io.stargate.sdk.doc.exception
Class CollectionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.doc.exception.CollectionNotFoundException
- All Implemented Interfaces:
Serializable
Specialized Error.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionNotFoundException(String colName) Constructor with the column name.CollectionNotFoundException(String colName, Throwable parent) Full constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CollectionNotFoundException
Constructor with the column name.- Parameters:
colName- column name
-
CollectionNotFoundException
Full constructor.- Parameters:
colName- column nameparent- parent exception
-