Class SnapshotTargetVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SnapshotTargetVersionException
    extends TufException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SnapshotTargetVersionException​(java.lang.String targetName, int invalidVersion, int currentVersion)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SnapshotTargetVersionException

        public SnapshotTargetVersionException​(java.lang.String targetName,
                                              int invalidVersion,
                                              int currentVersion)