abstractpublic class HandlerException extends Exception(Code)
Abstract base class for all handler exceptions.
Subclasses of this class allow handler implementations to indicate to
callers a particular HTTP error type, while still providing
a textual description of the problem.
Callers may use the
getStatus() method to discover the HTTP status
code that should be returned to the client.