Class DataApiNamespaceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.data.exception.DataApiNamespaceNotFoundException
All Implemented Interfaces:
Serializable

public class DataApiNamespaceNotFoundException extends RuntimeException
Specialized Error.
See Also:
  • Constructor Details

    • DataApiNamespaceNotFoundException

      public DataApiNamespaceNotFoundException(String namespace)
      Constructor with the column name.
      Parameters:
      namespace - column name
    • DataApiNamespaceNotFoundException

      public DataApiNamespaceNotFoundException(String namespace, Throwable parent)
      Full constructor.
      Parameters:
      namespace - column name
      parent - parent exception