public class MultipleChoiceRaException extends RestApiRedirectException
| Constructor and Description |
|---|
MultipleChoiceRaException() |
MultipleChoiceRaException(String message) |
MultipleChoiceRaException(String message,
String resource) |
MultipleChoiceRaException(String message,
String resource,
int responseCode) |
MultipleChoiceRaException(String message,
String resource,
int responseCode,
String redirectLocation) |
MultipleChoiceRaException(String message,
Throwable cause) |
MultipleChoiceRaException(String message,
Throwable cause,
String resource) |
MultipleChoiceRaException(String message,
Throwable cause,
String resource,
int responseCode) |
MultipleChoiceRaException(String message,
Throwable cause,
String resource,
int responseCode,
String redirectLocation) |
MultipleChoiceRaException(Throwable cause) |
MultipleChoiceRaException(Throwable cause,
String resource) |
MultipleChoiceRaException(Throwable cause,
String resource,
int responseCode) |
MultipleChoiceRaException(Throwable cause,
String resource,
int responseCode,
String redirectLocation) |
getRedirectLocation, getResource, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleChoiceRaException()
public MultipleChoiceRaException(String message)
public MultipleChoiceRaException(String message, String resource, int responseCode)
public MultipleChoiceRaException(String message, String resource, int responseCode, String redirectLocation)
public MultipleChoiceRaException(String message, Throwable cause, String resource)
public MultipleChoiceRaException(String message, Throwable cause, String resource, int responseCode)
public MultipleChoiceRaException(String message, Throwable cause, String resource, int responseCode, String redirectLocation)
public MultipleChoiceRaException(Throwable cause)
public MultipleChoiceRaException(Throwable cause, String resource, int responseCode)
Copyright © 2013. All rights reserved.