Class ItemCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.browse.ItemCountException
All Implemented Interfaces:
Serializable

public class ItemCountException extends Exception
Exception type to handle item count specific problems
Author:
Richard Jones
See Also:
  • Constructor Details

    • ItemCountException

      public ItemCountException()
    • ItemCountException

      public ItemCountException(String message)
    • ItemCountException

      public ItemCountException(Throwable cause)
    • ItemCountException

      public ItemCountException(String message, Throwable cause)