Class SnapshotErrorMessage

java.lang.Object
zleurtor.scanmanager.model.messages.AbstractMessage
zleurtor.scanmanager.model.messages.SnapshotErrorMessage
All Implemented Interfaces:
Serializable

public class SnapshotErrorMessage extends AbstractMessage
The message sent by a slave if an error occurs during the snapshot process.
Author:
Zleurtor
See Also:
  • Constructor Details

    • SnapshotErrorMessage

      public SnapshotErrorMessage()
      Constructs an empty message.
    • SnapshotErrorMessage

      public SnapshotErrorMessage(String theMessage, String theSubFolder, String theSlaveName)
      Constructs a new "snapshot error" message using the specified error message.
      Parameters:
      theMessage - A message describing the error that occurred.
      theSubFolder - The subfolder in which the snapshot files should have been stored.
      theSlaveName - The name of the slave which encountered the error.
  • Method Details