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
public class SnapshotCorruptedException extends SnapshotReadException
Snapshot corrupted exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotCorruptedException()
Constructs a new exception.SnapshotCorruptedException(FzipException cause)
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 Detail
-
SnapshotCorruptedException
public SnapshotCorruptedException()
Constructs a new exception.
-
SnapshotCorruptedException
public SnapshotCorruptedException(FzipException cause)
Constructs a new exception.- Parameters:
cause
- the cause, may benull
-
-