Package org.gridgain.internal.snapshots
Class SnapshotMetaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.snapshots.SnapshotException
org.gridgain.internal.snapshots.SnapshotMetaNotFoundException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
Exception thrown when specified snapshot meta was not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotMetaNotFoundException(UUID snapshotId, URI snapshotMetaUri) Constructor. -
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
-
SnapshotMetaNotFoundException
Constructor.- Parameters:
snapshotId- Snapshot id.snapshotMetaUri- URI of the snapshot meta.
-