Class VirtualViewerAPIException

  • All Implemented Interfaces:
    Serializable

    public class VirtualViewerAPIException
    extends Exception
    Exception base class for exceptions thrown by a content handler API method. All VirtualViewerAPIExceptions will be logged, propagated to the client, and their message shown to the user in the form of an immediate alert.
    See Also:
    Serialized Form
    • Constructor Detail

      • VirtualViewerAPIException

        public VirtualViewerAPIException​(Exception cause)
        Parameters:
        cause - original causal exception
      • VirtualViewerAPIException

        public VirtualViewerAPIException​(String message,
                                         Exception cause)
        Parameters:
        message - The message to be displayed to the user
        cause - original causal exception
      • VirtualViewerAPIException

        public VirtualViewerAPIException​(String message)
        Parameters:
        message - The message to be displayed to the user