Package ratpack.core.http
Class RequestBodyAlreadyReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.http.RequestBodyAlreadyReadException
-
- All Implemented Interfaces:
Serializable
public class RequestBodyAlreadyReadException extends RuntimeException
Thrown when an attempt is made to read the request body when it has already been read.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestBodyAlreadyReadException()
RequestBodyAlreadyReadException(String message)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequestBodyAlreadyReadException
public RequestBodyAlreadyReadException()
-
RequestBodyAlreadyReadException
public RequestBodyAlreadyReadException(String message)
Constructor.- Parameters:
message
- the exception message.
-
-