Package com.e1c.g5.v8.snapshot
Class SnapshotReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.snapshot.SnapshotOperationException
com.e1c.g5.v8.snapshot.SnapshotReadException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SnapshotCorruptedException
,SnapshotVersionMismatchException
Snapshot read exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotReadException
(String message) Constructs a new exception.SnapshotReadException
(String message, FzipException cause) Constructs a new exception.SnapshotReadException
(Throwable 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 Details
-
SnapshotReadException
Constructs a new exception.- Parameters:
cause
- the cause, may benull
-
SnapshotReadException
Constructs a new exception.- Parameters:
message
- the message, may benull
-
SnapshotReadException
Constructs a new exception.- Parameters:
message
- the message, may benull
cause
- the cause, may benull
-