- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.rxmicro.common.RxMicroException
-
- io.rxmicro.http.error.HttpErrorException
-
- io.rxmicro.validation.UnexpectedResponseException
-
- All Implemented Interfaces:
Serializable
public final class UnexpectedResponseException extends io.rxmicro.http.error.HttpErrorException- Author:
- nedis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedResponseException(String message, Object... args)This constructor usesFormats.formatto format error message
-
Method Summary
-
Methods inherited from class io.rxmicro.http.error.HttpErrorException
getStatusCode, isClientErrorCode, isInformationalCode, isRedirectCode, isServerErrorCode, isSuccessCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-