Package org.eclipse.aether.named.support
Class LockUpgradeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.aether.named.support.LockUpgradeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
,Retry.DoNotRetry
public final class LockUpgradeNotSupportedException extends java.lang.RuntimeException implements Retry.DoNotRetry
Exception thrown when lock upgrade attempted that we do not support. This exception when used withinRetry
helper should never be reattempted, hence is marked withRetry.DoNotRetry
marker.- Since:
- 1.9.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockUpgradeNotSupportedException(NamedLockSupport namedLock)
Constructor for case, when current thread attempts lock upgrade on given lock instance.
-
-
-
Constructor Detail
-
LockUpgradeNotSupportedException
public LockUpgradeNotSupportedException(NamedLockSupport namedLock)
Constructor for case, when current thread attempts lock upgrade on given lock instance.
-
-