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

public final class LockUpgradeNotSupportedException extends RuntimeException implements 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:
  • Constructor Details

    • LockUpgradeNotSupportedException

      public LockUpgradeNotSupportedException(NamedLockSupport namedLock)
      Constructor for case, when current thread attempts lock upgrade on given lock instance.