Class 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:
    Serialized Form
    • Constructor Detail

      • PaginationException

        public PaginationException​(long total)
    • Method Detail

      • getTotal

        public long getTotal()