Uses of Class
io.rxmicro.http.error.HttpErrorException
-
Packages that use HttpErrorException Package Description io.rxmicro.http.error The package for therxmicro.httpmodule that provides common HTTP error exception classes. -
-
Uses of HttpErrorException in io.rxmicro.http.error
Subclasses of HttpErrorException in io.rxmicro.http.error Modifier and Type Class Description classInternalHttpErrorExceptionA class signaling that an internal error has occurred during execution.classPermanentRedirectExceptionA class that signals the need to perform Permanent Redirect (308).classRedirectExceptionA base class to inform the client about the need to perform redirect.classTemporaryRedirectExceptionA class that signals the need to perform Temporary Redirect (307).classValidationExceptionA class signaling that the client has sent aBad Request.
-