Serialized Form
-
Package ratpack.api
-
Class ratpack.api.UncheckedException extends java.lang.RuntimeException implements Serializable
-
-
Package ratpack.exec
-
Class ratpack.exec.ExecutionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.exec.OverlappingExecutionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.exec.UnmanagedThreadException extends ExecutionException implements Serializable
-
-
Package ratpack.exec.util
-
Class ratpack.exec.util.Promised.AlreadySuppliedException extends java.lang.IllegalStateException implements Serializable
-
Class ratpack.exec.util.ReadWriteAccess.TimeoutException extends java.lang.RuntimeException implements Serializable
-
-
Package ratpack.file
-
Class ratpack.file.BaseDirRequiredException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.groovy.script
-
Class ratpack.groovy.script.ScriptNotFoundException extends java.lang.RuntimeException implements Serializable
-
-
Package ratpack.handling
-
Class ratpack.handling.InjectionHandler.NoSuitableHandleMethodException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.http
-
Class ratpack.http.ClientErrorException extends java.lang.RuntimeException implements Serializable
-
Class ratpack.http.ConnectionClosedException extends java.lang.RuntimeException implements Serializable
-
Class ratpack.http.RequestBodyAlreadyReadException extends java.lang.RuntimeException implements Serializable
-
Class ratpack.http.RequestBodyTooLargeException extends ClientErrorException implements Serializable
-
Serialized Fields
-
maxContentLength
long maxContentLength
-
receivedContentLength
long receivedContentLength
-
-
-
-
Package ratpack.http.client
-
Class ratpack.http.client.HttpClientReadTimeoutException extends java.lang.RuntimeException implements Serializable
-
-
Package ratpack.jdbctx
-
Class ratpack.jdbctx.TransactionException extends java.lang.IllegalStateException implements Serializable
-
-
Package ratpack.parse
-
Class ratpack.parse.NoSuchParserException extends ParseException implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
contentType
java.lang.String contentType
-
opts
java.lang.Object opts
-
type
com.google.common.reflect.TypeToken<?> type
-
-
Class ratpack.parse.ParseException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.parse.ParserException extends ParseException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.path
-
Class ratpack.path.InvalidPathEncodingException extends java.lang.RuntimeException implements Serializable
-
-
Package ratpack.registry
-
Class ratpack.registry.NotInRegistryException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.render
-
Class ratpack.render.NoSuchRendererException extends RenderException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.render.RendererException extends RenderException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.render.RenderException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.retrofit
-
Class ratpack.retrofit.RatpackRetrofitCallException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
response
Response<?> response
-
-
-
-
Package ratpack.server
-
Class ratpack.server.NoBaseDirException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.server.StartupFailureException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
-
Package ratpack.session
-
Class ratpack.session.NonAllowedSessionTypeException extends java.lang.IllegalStateException implements Serializable
-
Serialized Fields
-
className
java.lang.String className
The type that was not allowed.
-
-
-
-
Package ratpack.test.handling
-
Class ratpack.test.handling.HandlerExceptionNotThrownException extends java.lang.RuntimeException implements Serializable
-
Class ratpack.test.handling.HandlerTimeoutException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class ratpack.test.handling.UnexpectedHandlerException extends java.lang.RuntimeException implements Serializable
-