Class CollectionNotFoundException

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

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

    • CollectionNotFoundException

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

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