Serialized Form
-
Package io.jooby
-
Exception io.jooby.ModelAndView.UnsupportedModelAndView
class UnsupportedModelAndView extends IllegalArgumentException implements Serializable -
Exception io.jooby.Usage
class Usage extends RuntimeException implements Serializable
-
-
Package io.jooby.buffer
-
Exception io.jooby.buffer.DataBufferLimitException
class DataBufferLimitException extends IllegalStateException implements Serializable -
Class io.jooby.buffer.LimitedDataBufferList
-
Serialized Fields
-
byteCount
int byteCount
-
maxByteCount
int maxByteCount
-
-
-
-
Package io.jooby.exception
-
Exception io.jooby.exception.BadRequestException
class BadRequestException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.ForbiddenException
class ForbiddenException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.InvalidCsrfToken
class InvalidCsrfToken extends ForbiddenException implements Serializable -
Exception io.jooby.exception.MethodNotAllowedException
class MethodNotAllowedException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.MissingValueException
class MissingValueException extends BadRequestException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception io.jooby.exception.NotAcceptableException
class NotAcceptableException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.NotFoundException
class NotFoundException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.ProvisioningException
class ProvisioningException extends BadRequestException implements Serializable -
Exception io.jooby.exception.RegistryException
class RegistryException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.StartupException
class StartupException extends RuntimeException implements Serializable -
Exception io.jooby.exception.StatusCodeException
class StatusCodeException extends RuntimeException implements Serializable-
Serialized Fields
-
statusCode
StatusCode statusCode
-
-
-
Exception io.jooby.exception.TypeMismatchException
class TypeMismatchException extends BadRequestException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception io.jooby.exception.UnauthorizedException
class UnauthorizedException extends StatusCodeException implements Serializable -
Exception io.jooby.exception.UnsupportedMediaType
class UnsupportedMediaType extends StatusCodeException implements Serializable
-
-
Package io.jooby.handler
-
Class io.jooby.handler.AssetHandler
class AssetHandler extends Object implements Serializable-
Serialized Fields
-
cacheControl
Function<String,
CacheControl> cacheControl -
defaults
CacheControl defaults
-
fallback
String fallback
-
filekey
String filekey
-
mediaTypeResolver
Function<Asset,
MediaType> mediaTypeResolver -
notFound
SneakyThrows.Consumer<Context> notFound
-
sources
AssetSource[] sources
-
-
-
-
Package io.jooby.problem
-
Exception io.jooby.problem.HttpProblem
class HttpProblem extends RuntimeException implements Serializable
-