Class InternalServerErrorException

  • All Implemented Interfaces:
    Serializable

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

      • InternalServerErrorException

        public InternalServerErrorException​(Throwable t)
      • InternalServerErrorException

        public InternalServerErrorException​(String message)
      • InternalServerErrorException

        public InternalServerErrorException​(String message,
                                            Throwable t)
    • Method Detail

      • getStatus

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