Class HttpServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.server.exceptions.HttpServerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InternalServerException
,ServerStartupException
Exceptions related to the HTTP server.
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpServerException
(String message) HttpServerException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpServerException
- Parameters:
message
- The message
-
HttpServerException
- Parameters:
message
- The messagecause
- The throwable
-