Class HttpStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.remoting.http12.exception.HttpStatusException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecodeException, EncodeException, HttpOverPayloadException, HttpRequestTimeout, HttpResultPayloadException, UnimplementedException, UnsupportedMediaTypeException

public class HttpStatusException extends RuntimeException
See Also:
  • Constructor Details

    • HttpStatusException

      public HttpStatusException(int statusCode)
    • HttpStatusException

      public HttpStatusException(int statusCode, String message)
    • HttpStatusException

      public HttpStatusException(int statusCode, Throwable cause)
    • HttpStatusException

      public HttpStatusException(int statusCode, String message, Throwable cause)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getDisplayMessage

      public String getDisplayMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable