Class HttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessTokenException, AuthenticationContinuationException, BadRequestHttpException, InvalidatedSessionHttpException, NotFoundHttpException, RefreshTokenException, RetrieveValueException, StoringSessionHttpException, ValidateKeysException

public class HttpException extends RuntimeException

HTTP Exception.

This is a RuntimeException as typically this is handled directly by the HttpServerImplementation to send a HttpResponse. It is typically not for application logic to handle.

Author:
Daniel Sagenschneider
See Also: