Serialized Form
-
Package io.helidon.webserver
-
Exception io.helidon.webserver.BadRequestException
class BadRequestException extends HttpException implements Serializable -
Exception io.helidon.webserver.ConnectionClosedException
class ConnectionClosedException extends RuntimeException implements Serializable -
Exception io.helidon.webserver.HttpException
class HttpException extends RuntimeException implements Serializable-
Serialized Fields
-
status
Http.ResponseStatus status
-
-
-
Exception io.helidon.webserver.IllegalPathPatternException
class IllegalPathPatternException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
index
int index
-
pattern
String pattern
-
-
-
Exception io.helidon.webserver.NotFoundException
class NotFoundException extends HttpException implements Serializable -
Exception io.helidon.webserver.SocketClosedException
class SocketClosedException extends IllegalStateException implements Serializable -
Exception io.helidon.webserver.UnsafeRequestedUriSettingsException
class UnsafeRequestedUriSettingsException extends RuntimeException implements Serializable -
Exception io.helidon.webserver.UnsupportedBodyTypeException
class UnsupportedBodyTypeException extends RuntimeException implements Serializable
-