public class RedirectionException extends WebApplicationException
| Constructor and Description |
|---|
RedirectionException(int status,
URI location) |
RedirectionException(Response.Status status,
URI location) |
RedirectionException(Response response) |
RedirectionException(String message,
int status,
URI location) |
RedirectionException(String message,
Response.Status status,
URI location) |
RedirectionException(String message,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getLocation() |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RedirectionException(Response.Status status, URI location)
public RedirectionException(String message, Response.Status status, URI location)
public RedirectionException(int status,
URI location)
public RedirectionException(Response response)
public URI getLocation()
Copyright © 2018 The Apache Software Foundation. All rights reserved.