Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends HttpException
Something really wrong and unexpected occurred on the server. A bug.
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(Throwable t)
    • InternalServerErrorException

      public InternalServerErrorException(String message)
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable t)
  • Method Details

    • getStatus

      public io.netty.handler.codec.http.HttpResponseStatus getStatus()
      Specified by:
      getStatus in class HttpException