public abstract class HttpRuntimeException extends NetRuntimeException implements org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>
org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC>
Constructor and Description |
---|
HttpRuntimeException(HttpStatusCode aStatusCode,
String message) |
HttpRuntimeException(HttpStatusCode aStatusCode,
String aMessage,
String aErrorCode) |
HttpRuntimeException(HttpStatusCode aStatusCode,
String message,
Throwable cause) |
HttpRuntimeException(HttpStatusCode aStatusCode,
String aMessage,
Throwable aCause,
String aErrorCode) |
HttpRuntimeException(HttpStatusCode aStatusCode,
Throwable cause) |
HttpRuntimeException(HttpStatusCode aStatusCode,
Throwable aCause,
String aErrorCode) |
Modifier and Type | Method and Description |
---|---|
HttpStatusCode |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpRuntimeException(HttpStatusCode aStatusCode, String aMessage, String aErrorCode)
public HttpRuntimeException(HttpStatusCode aStatusCode, String aMessage, Throwable aCause, String aErrorCode)
public HttpRuntimeException(HttpStatusCode aStatusCode, String message, Throwable cause)
public HttpRuntimeException(HttpStatusCode aStatusCode, String message)
public HttpRuntimeException(HttpStatusCode aStatusCode, Throwable aCause, String aErrorCode)
public HttpRuntimeException(HttpStatusCode aStatusCode, Throwable cause)
public HttpStatusCode getStatusCode()
getStatusCode
in interface org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>
Copyright © 2016. All rights reserved.