Class 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 Detail

      • BrowseException

        public BrowseException()
      • BrowseException

        public BrowseException​(String message)
      • BrowseException

        public BrowseException​(String message,
                               Throwable cause)
      • BrowseException

        public BrowseException​(Throwable cause)