java.nio.channels
Class OverlappingFileLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.OverlappingFileLockException
- All Implemented Interfaces:
- Serializable
public class OverlappingFileLockException
- extends IllegalStateException
Thrown when attempting to acquire a lock that overlaps an existing or pending
lock held by this process.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OverlappingFileLockException
public OverlappingFileLockException()
- Default constructor.
Please submit a feedback, bug or feature