Package org.gridgain.internal.columnar
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 Summary
ConstructorsConstructorDescriptionCreates a new exception with the given error message. -
Method Summary
Methods inherited from class org.apache.ignite.internal.lang.IgniteInternalException
code, codeAsString, errorCode, groupCode, groupName, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ColumnarStorageException
Creates a new exception with the given error message.- Parameters:
msg- Error message.
-
-
Method Details
-
toString
- Overrides:
toStringin classorg.apache.ignite.internal.lang.IgniteInternalException
-