Package 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
AnOverlappingFileLockExceptionis thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverlappingFileLockException()Constructs aOverlappingFileLockException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-