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