public final class RedirectionLoopException extends RedirectionException
Exception that's thrown when a redirection loop has been detected.| Constructor and Description |
|---|
RedirectionLoopException(HttpStatus statusCode,
java.net.URI redirectingLocation,
java.net.URI newLocation)
Create a new redirection loop exception for the given status, source and destination.
|
newLocation, redirectingLocationstatuspublic RedirectionLoopException(HttpStatus statusCode, java.net.URI redirectingLocation, java.net.URI newLocation)
statusCode - The HttpStatus of the redirect.redirectingLocation - The source of the redirect.newLocation - The destination of the redirect.