Class FileTooLarge

All Implemented Interfaces:
Serializable

public class FileTooLarge extends FileFault
See Also:
  • Field Details

    • datastore

      public String datastore
    • fileSize

      public long fileSize
    • maxFileSize

      public Long maxFileSize
  • Constructor Details

    • FileTooLarge

      public FileTooLarge()
  • Method Details

    • getDatastore

      public String getDatastore()
    • getFileSize

      public long getFileSize()
    • getMaxFileSize

      public Long getMaxFileSize()
    • setDatastore

      public void setDatastore(String datastore)
    • setFileSize

      public void setFileSize(long fileSize)
    • setMaxFileSize

      public void setMaxFileSize(Long maxFileSize)