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