Package org.dspace.browse
Class BrowseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.browse.BrowseException
-
- All Implemented Interfaces:
Serializable
public class BrowseException extends Exception
Just a quick BrowseException class to give us the relevant data type- Author:
- Richard Jones
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrowseException()BrowseException(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
-
-