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