Class FileSizeRangeException

All Implemented Interfaces:
Serializable, Cloneable

public class FileSizeRangeException extends FileAccessException
This exception is raised if an operation tries to use a file whose size is larger than 2.1 GB. Use the "large" versions of the operations instead.
See Also:
  • Constructor Details

    • FileSizeRangeException

      public FileSizeRangeException()
    • FileSizeRangeException

      public FileSizeRangeException(Throwable cause)
    • FileSizeRangeException

      public FileSizeRangeException(String reason)
    • FileSizeRangeException

      public FileSizeRangeException(String reason, Throwable cause)
  • Method Details