Class IsonFileAlreadyLocked

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.webclient.exception.IsonFileAlreadyLocked
All Implemented Interfaces:
Serializable

public class IsonFileAlreadyLocked extends Exception
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 Details

    • IsonFileAlreadyLocked

      public IsonFileAlreadyLocked(String path, String lockedBy)
      Parameters:
      path -
      lockedBy -
  • Method Details

    • getLockedBy

      public String getLockedBy()
      Returns:
      user that locked the file
    • getPath

      public String getPath()
      Returns:
      file path