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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoPojaRequestExceptionpublic NoPojaRequestException()Constructor for the exception.
 
-