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