Class DataApiCollectionNotFoundException

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

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

    • DataApiCollectionNotFoundException

      public DataApiCollectionNotFoundException(String colName)
      Constructor with the column name.
      Parameters:
      colName - column name
    • DataApiCollectionNotFoundException

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