Class PaginationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dspace.app.rest.exception.PaginationException
All Implemented Interfaces:
Serializable

public class PaginationException extends RuntimeException
This is an exception to manage information about pagination errors. Out-of-order or other invalid requests
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Constructor Details

    • PaginationException

      public PaginationException(long total)
  • Method Details

    • getTotal

      public long getTotal()