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