Package com.e1c.g5.v8.snapshot
Class SnapshotWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.e1c.g5.v8.snapshot.SnapshotOperationException
-
- com.e1c.g5.v8.snapshot.SnapshotWriteException
-
- All Implemented Interfaces:
Serializable
public class SnapshotWriteException extends SnapshotOperationException
Snapshot write exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotWriteException(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
-
SnapshotWriteException
public SnapshotWriteException(Throwable cause)
Constructs a new exception.- Parameters:
cause
- the cause
-
-