Class StaleSnapshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.handly.snapshot.StaleSnapshotException
All Implemented Interfaces:
Serializable

public class StaleSnapshotException extends RuntimeException
Thrown to indicate that a stale snapshot is detected.
See Also:
  • Constructor Details

    • StaleSnapshotException

      public StaleSnapshotException()
      Constructs a new exception with no detail message.
    • StaleSnapshotException

      public StaleSnapshotException(String message)
      Constructs a new exception with the given detail message.
      Parameters:
      message - the detail message