Package dev.sigstore.tuf
Class SnapshotVersionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.SnapshotVersionMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnapshotVersionMismatchException extends TufException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotVersionMismatchException(int expectedVersion, int actualVersion)
-