Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

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

    • ServiceUnavailableException

      public ServiceUnavailableException(Throwable t)
    • ServiceUnavailableException

      public ServiceUnavailableException(String message)
    • ServiceUnavailableException

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

    • getStatus

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