Package org.dmfs.httpessentials.exceptions
package org.dmfs.httpessentials.exceptions
-
ExceptionsClassDescriptionThis is a special
UnexpectedStatusExceptionfor4xxstatus codes (i.e. client errors).AnExceptionthat's thrown when an error at HTTP level occurred.This Exception is thrown when an unhandledHttpStatus.NOT_FOUNDstatus code occurs.AnExceptionthat's thrown when an error at application level occurred while handling a response.AnExceptionthat's thrown when an unrecoverable protocol error at application level occurred while handling a response.AnExceptionthat's thrown when the server returns a (unhandled) redirect.AnExceptionthat's thrown when a redirection loop has been detected.This is a specialUnexpectedStatusExceptionfor5xxstatus codes (i.e. server errors).AnExceptionthat's thrown when the client has been redirected too often.This Exception is thrown when an unhandledHttpStatus.UNAUTHORIZEDstatus code occurs.An exception that's thrown when a response status code was unexpected.