Class ServerStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.server.exceptions.HttpServerException
io.micronaut.http.server.exceptions.ServerStartupException
- All Implemented Interfaces:
Serializable
An exception thrown on server startup.
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Constructor Summary
ConstructorDescriptionServerStartupException
(String message) ServerStartupException
(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
-
ServerStartupException
- Parameters:
message
- The message
-
ServerStartupException
- Parameters:
message
- The messagecause
- The throwable
-