Class HttpStatusException

All Implemented Interfaces:
Serializable

public final class HttpStatusException
extends RuntimeException
A RuntimeException that is raised to send a simplistic HTTP response with minimal content by a Service. It is a general exception raised by a failed request or a reset stream.
See Also:
HttpResponseException, Serialized Form