Class ArchiveSizeExceededException

All Implemented Interfaces:
Serializable

public class ArchiveSizeExceededException extends PresentationException
Thrown when an operation on an archive resource is rejected because the resource exceeds a configured size limit.
See Also:
  • Constructor Details

    • ArchiveSizeExceededException

      public ArchiveSizeExceededException(String string, Throwable e)
    • ArchiveSizeExceededException

      public ArchiveSizeExceededException(String string)
    • ArchiveSizeExceededException

      public ArchiveSizeExceededException(String string, Object... args)
    • ArchiveSizeExceededException

      public ArchiveSizeExceededException(Throwable e, String string, Object... args)