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:
java.io.Serializable
- Enclosing interface:
- SyncContext
public static final class SyncContext.FailedToAcquireLockException extends java.lang.IllegalStateException
Specific exception thrown bySyncContext.acquire(Collection, Collection)method when it cannot acquire the lock.- Since:
- 1.9.25
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedToAcquireLockException(boolean shared, java.lang.String message)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShared()Returnstruefor shared andfalsefor exclusive sync contexts.
-
-
-
Constructor Detail
-
FailedToAcquireLockException
public FailedToAcquireLockException(boolean shared, java.lang.String message)
Constructor.
-
-
Method Detail
-
isShared
public boolean isShared()
Returnstruefor shared andfalsefor exclusive sync contexts.
-
-