Package com.e1c.g5.v8.snapshot
Class SnapshotCorruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.snapshot.SnapshotOperationException
com.e1c.g5.v8.snapshot.SnapshotReadException
com.e1c.g5.v8.snapshot.SnapshotCorruptedException
- All Implemented Interfaces:
Serializable
Snapshot corrupted exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception.Constructs a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotCorruptedException
public SnapshotCorruptedException()Constructs a new exception. -
SnapshotCorruptedException
Constructs a new exception.- Parameters:
cause
- the cause, may benull
-