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:
  • Constructor Details

    • BrowseException

      public BrowseException()
    • BrowseException

      public BrowseException(String message)
    • BrowseException

      public BrowseException(String message, Throwable cause)
    • BrowseException

      public BrowseException(Throwable cause)