Class InternalServerException

All Implemented Interfaces:
Serializable

public class InternalServerException extends HttpException
A runtime exception indicating a internal server error.
See Also:
  • Constructor Details

    • InternalServerException

      public InternalServerException(String message, Throwable cause)
      Parameters:
      message - the message
      cause - the cause of this exception
    • InternalServerException

      public InternalServerException(String message, Throwable cause, boolean keepAlive)
      Parameters:
      message - the message
      cause - the cause of this exception
      keepAlive - whether to keep the connection alive (if keep alives are enabled)