Package org.gridgain.internal.snapshots
Class SnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.snapshots.SnapshotException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
- Direct Known Subclasses:
SnapshotDecryptionProviderNotFoundException,SnapshotEncryptionProviderNotFoundException,SnapshotIllegalArgumentException,SnapshotMetaNotFoundException,SnapshotNotFoundException,SnapshotOperationNotFoundException,SnapshotTablesNotFoundException,SnapshotUriNotFoundException
public class SnapshotException
extends org.apache.ignite.lang.IgniteException
Represents an exception specific to the Snapshots component.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotException(int code, String message) SnapshotException(int code, String message, @Nullable Throwable cause) SnapshotException(String message) SnapshotException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SnapshotException
-
SnapshotException
-
SnapshotException
-
SnapshotException
-