Class IsonFileAlreadyLocked
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.priint.pubserver.webclient.exception.IsonFileAlreadyLocked
-
- All Implemented Interfaces:
java.io.Serializable
public class IsonFileAlreadyLocked extends java.lang.ExceptionThrown 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsonFileAlreadyLocked(java.lang.String path, java.lang.String lockedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLockedBy()java.lang.StringgetPath()
-