Class NoPojaRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.poja.exception.NoPojaRequestException
All Implemented Interfaces:
Serializable

public class NoPojaRequestException extends RuntimeException
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 Details

    • NoPojaRequestException

      public NoPojaRequestException()
      Constructor for the exception.