Class IsonFileAlreadyLocked
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.webclient.exception.IsonFileAlreadyLocked
- All Implemented Interfaces:
Serializable
Thrown if a repository file is already locked during an attempt to lock the file.
You may read the file path and user that locked the file from the exception.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IsonFileAlreadyLocked
- Parameters:
path-lockedBy-
-
-
Method Details
-
getLockedBy
- Returns:
- user that locked the file
-
getPath
- Returns:
- file path
-