Package io.micronaut.http.poja.exception
Class NoPojaRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.poja.exception.NoPojaRequestException
- All Implemented Interfaces:
Serializable
An exception to be thrown when no additional requests can be parsed.
This can happen if the input stream is closed when waiting for a new request.
This is not an error condition, therefore application can simply stop.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoPojaRequestException
public NoPojaRequestException()Constructor for the exception.
-