Package org.eclipse.aether
Class SyncContext.FailedToAcquireLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.aether.SyncContext.FailedToAcquireLockException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
SyncContext
Specific exception thrown by
SyncContext.acquire(Collection, Collection) method when it cannot acquire the lock.- Since:
- 1.9.25
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisShared()Returnstruefor shared andfalsefor exclusive sync contexts.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedToAcquireLockException
Constructor.
-
-
Method Details