Class FileAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class FileAlreadyExistsException
    extends IOException
    Indicates that a file already exists with the specified ID, but with a different filename from the one specified.
    See Also:
    Serialized Form
    • Constructor Detail

      • FileAlreadyExistsException

        public FileAlreadyExistsException​(String id,
                                          String existingFilename,
                                          String requestedFilename)
    • Method Detail

      • getId

        public String getId()
      • getExistingFilename

        public String getExistingFilename()
      • getRequestedFilename

        public String getRequestedFilename()