Package org.eclipse.handly.snapshot
Class StaleSnapshotException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.handly.snapshot.StaleSnapshotException
-
- All Implemented Interfaces:
java.io.Serializable
public class StaleSnapshotException extends java.lang.RuntimeException
Thrown to indicate that a stale snapshot is detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleSnapshotException()
Constructs a new exception with no detail message.StaleSnapshotException(java.lang.String message)
Constructs a new exception with the given detail message.
-
-
-
Constructor Detail
-
StaleSnapshotException
public StaleSnapshotException()
Constructs a new exception with no detail message.
-
StaleSnapshotException
public StaleSnapshotException(java.lang.String message)
Constructs a new exception with the given detail message.- Parameters:
message
- the detail message
-
-