Class ImportSnapshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.gemfire.snapshot.ImportSnapshotException
All Implemented Interfaces:
Serializable

public class ImportSnapshotException extends RuntimeException
The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading GemFire Snapshots into the GemFire Cache Regions.
Since:
1.7.0
Author:
John Blum
See Also:
  • Constructor Details

    • ImportSnapshotException

      public ImportSnapshotException()
    • ImportSnapshotException

      public ImportSnapshotException(String message)
    • ImportSnapshotException

      public ImportSnapshotException(Throwable cause)
    • ImportSnapshotException

      public ImportSnapshotException(String message, Throwable cause)