Class LoopDetected

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: