Package io.stargate.sdk.data.exception
Class DataApiCollectionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.data.exception.DataApiCollectionNotFoundException
- All Implemented Interfaces:
Serializable
Specialized Error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataApiCollectionNotFoundException(String colName) Constructor with the column name.DataApiCollectionNotFoundException(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
-
DataApiCollectionNotFoundException
Constructor with the column name.- Parameters:
colName- column name
-
DataApiCollectionNotFoundException
Full constructor.- Parameters:
colName- column nameparent- parent exception
-