Class LockUpgradeNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.aether.named.support.LockUpgradeNotSupportedException
All Implemented Interfaces:
Serializable, Retry.DoNotRetry

Exception thrown when lock upgrade attempted that we do not support. This exception when used within Retry helper should never be reattempted, hence is marked with Retry.DoNotRetry marker.
Since:
1.9.13
See Also: