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:
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 Summary
ConstructorDescriptionLockUpgradeNotSupportedException
(NamedLockSupport namedLock) Constructor for case, when current thread attempts lock upgrade on given lock instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockUpgradeNotSupportedException
Constructor for case, when current thread attempts lock upgrade on given lock instance.
-