Class InternalServerException
- 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.InternalServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalServerException extends HttpServerException
Thrown for an unrecoverable server exceptions.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerException(java.lang.String message)InternalServerException(java.lang.String message, java.lang.Throwable cause)
-