Class FilesystemExtractConflictException

All Implemented Interfaces:
Serializable

public class FilesystemExtractConflictException extends FilesystemException
ExtractConflict exception.
See Also:
  • Constructor Details

    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(long p_extracted)
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(String p_filename, long p_extracted)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(Throwable p_cause, long p_extracted)
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(String p_filename, Throwable p_cause, long p_extracted)
      Constructor.
      Parameters:
      p_filename -
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(String p_filename, String p_string, long p_extracted)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(String p_filename, String p_string, Throwable p_cause, long p_extracted)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(int p_hostErr, String p_string, long p_extracted)
    • FilesystemExtractConflictException

      public FilesystemExtractConflictException(String p_filename, int p_hostErr, String p_string, long p_extracted)
      Constructor taking a message string.
      Parameters:
      p_filename -
      p_string - Message.
  • Method Details