public class HttpException extends ServerException
404
). Note that in case of an HTTP error code
500
, a processing error has occured which results in a
ProcessingException
to be thrown.Constructor and Description |
---|
HttpException(String message)
creates an instance of this class taking an error description as argument
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpException(String message)
message
- a string describing the errorCopyright © 2019. All rights reserved.