Class VirtualViewerRestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VirtualViewerRestException
    extends org.apache.hc.client5.http.ClientProtocolException
    A protocol exception for issues specific to the REST CH--for example, incorrect json sent to VV, missing data, and so on. Messages should be detailed and able to be logged for the use of a customer developer.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VirtualViewerRestException

        public VirtualViewerRestException​(java.lang.String message)
      • VirtualViewerRestException

        public VirtualViewerRestException​(java.lang.String message,
                                          java.lang.Exception cause)