Package dev.sigstore.tuf
Class RollbackVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.RollbackVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class RollbackVersionException extends TufException
Thrown when the version of the latest downloaded role does not match the expectation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RollbackVersionException(int currentVersion, int foundVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentVersion()intgetFoundVersion()
-