Package org.dspace.browse
Class BrowseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.browse.BrowseException
- All Implemented Interfaces:
Serializable
Just a quick BrowseException class to give us the relevant data type
- Author:
- Richard Jones
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrowseException(String message) BrowseException(String message, Throwable cause) BrowseException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrowseException
public BrowseException() -
BrowseException
-
BrowseException
-
BrowseException
-