Class ColumnarStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.apache.ignite.internal.storage.StorageException
org.gridgain.internal.columnar.ColumnarStorageException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class ColumnarStorageException extends org.apache.ignite.internal.storage.StorageException
General Native Storage exception. This exception is used to indicate any error condition within the native storage.
See Also:
  • Constructor Details

    • ColumnarStorageException

      public ColumnarStorageException(String msg)
      Creates a new exception with the given error message.
      Parameters:
      msg - Error message.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.apache.ignite.internal.lang.IgniteInternalException