Class LoopDetected

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(508) @Schema(description="Loop Detected") public class LoopDetected extends BasicHttpException
Exception representing an HTTP 508 (Loop Detected).

The server detected an infinite loop while processing the request (sent in lieu of 208 Already Reported).

See Also: