Class CloseNowException

All Implemented Interfaces:
Serializable

public class CloseNowException extends IOException
This exception is thrown to signal to the Tomcat internals that an error has occurred that requires the connection to be closed. For multiplexed protocols such as HTTP/2, this means the channel must be closed but the connection can continue. For non-multiplexed protocols, the connection must be closed. It corresponds to ErrorState.CLOSE_NOW.
See Also:
  • Constructor Details

    • CloseNowException

      public CloseNowException()
    • CloseNowException

      public CloseNowException(String message, Throwable cause)
    • CloseNowException

      public CloseNowException(String message)
    • CloseNowException

      public CloseNowException(Throwable cause)