Class ExportSnapshotException

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

public class ExportSnapshotException extends RuntimeException
The ExportSnapshotException class is a RuntimeException indicating an error occurred while saving a snapshhot of GemFire's Cache Regions.
Since:
1.7.0
Author:
John Blum
See Also:
  • Constructor Details

    • ExportSnapshotException

      public ExportSnapshotException()
    • ExportSnapshotException

      public ExportSnapshotException(String message)
    • ExportSnapshotException

      public ExportSnapshotException(Throwable cause)
    • ExportSnapshotException

      public ExportSnapshotException(String message, Throwable cause)