Serialized Form
-
Package io.micronaut.http.server.exceptions
-
Exception io.micronaut.http.server.exceptions.HttpServerException
class HttpServerException extends io.micronaut.http.exceptions.HttpException implements Serializable -
Exception io.micronaut.http.server.exceptions.InternalServerException
class InternalServerException extends HttpServerException implements Serializable -
Exception io.micronaut.http.server.exceptions.NotAcceptableException
class NotAcceptableException extends io.micronaut.http.exceptions.HttpStatusException implements Serializable-
Serialized Fields
-
acceptedTypes
Collection<String> acceptedTypes
-
produceableContentTypes
Collection<String> produceableContentTypes
-
-
-
Exception io.micronaut.http.server.exceptions.NotAllowedException
class NotAllowedException extends io.micronaut.http.exceptions.HttpStatusException implements Serializable -
Exception io.micronaut.http.server.exceptions.NotFoundException
class NotFoundException extends io.micronaut.http.exceptions.HttpStatusException implements Serializable -
Exception io.micronaut.http.server.exceptions.NotWebSocketRequestException
class NotWebSocketRequestException extends io.micronaut.http.exceptions.HttpStatusException implements Serializable -
Exception io.micronaut.http.server.exceptions.ServerStartupException
class ServerStartupException extends HttpServerException implements Serializable -
Exception io.micronaut.http.server.exceptions.UnsupportedMediaException
class UnsupportedMediaException extends io.micronaut.http.exceptions.HttpStatusException implements Serializable-
Serialized Fields
-
acceptableContentTypes
Collection<String> acceptableContentTypes
-
contentType
String contentType
-
-
-