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