Class TableNotFoundException

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

public class TableNotFoundException extends RuntimeException
Specialized Error.
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • TableNotFoundException

      public TableNotFoundException(String colName)
      Constructor with message.
      Parameters:
      colName - column name
    • TableNotFoundException

      public TableNotFoundException(String colName, Throwable parent)
      Constructor with message and parent.
      Parameters:
      colName - column name
      parent - parent exception