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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpStatusException(int statusCode) HttpStatusException(int statusCode, String message) HttpStatusException(int statusCode, String message, Throwable cause) HttpStatusException(int statusCode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace