Package org.dspace.browse
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemCountException()ItemCountException(String message)ItemCountException(String message, Throwable cause)ItemCountException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-