Class SnapshotCreationException

All Implemented Interfaces:
Serializable

Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
See Also:
  • Constructor Details

    • SnapshotCreationException

      Used internally by the RPC engine to pass the exception back to the client.
      Parameters:
      message - error message to pass back
    • SnapshotCreationException

      public SnapshotCreationException(String message, SnapshotDescription snapshotDescription)
      Failure to create the specified snapshot.
      Parameters:
      message - reason why the snapshot couldn't be completed
      snapshotDescription - description of the snapshot attempted
    • SnapshotCreationException

      public SnapshotCreationException(String message, Throwable cause, SnapshotDescription snapshotDescription)
      Failure to create the specified snapshot due to an external cause.
      Parameters:
      message - reason why the snapshot couldn't be completed
      cause - the root cause of the failure
      snapshotDescription - description of the snapshot attempted