Class ImportSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.gemfire.snapshot.ImportSnapshotException
- All Implemented Interfaces:
Serializable
The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading GemFire Snapshots
into the GemFire Cache Regions.
- Since:
- 1.7.0
- See Also:
-
Constructor Summary
ConstructorDescriptionImportSnapshotException
(String message) ImportSnapshotException
(String message, Throwable cause) ImportSnapshotException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportSnapshotException
public ImportSnapshotException() -
ImportSnapshotException
-
ImportSnapshotException
-
ImportSnapshotException
-