Class LockFailedException

    • Constructor Detail

      • LockFailedException

        public LockFailedException​(File file,
                                   String message)
        Construct a CannotLockException for the given file and message
        Parameters:
        file - file that could not be locked
        message - exception message
      • LockFailedException

        public LockFailedException​(File file)
        Construct a CannotLockException for the given file
        Parameters:
        file - file that could not be locked
    • Method Detail

      • getFile

        public File getFile()
        Get the file that could not be locked
        Returns:
        file