Class VirtualViewerRestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.hc.client5.http.ClientProtocolException
-
- com.snowbound.contenthandler.rest.error.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
-
-
Constructor Summary
Constructors Constructor Description VirtualViewerRestException(java.lang.String message)
VirtualViewerRestException(java.lang.String message, java.lang.Exception cause)
-