public class NotAllowedException extends ClientErrorException
| Constructor and Description |
|---|
NotAllowedException(Response response) |
NotAllowedException(Response response,
Throwable cause) |
NotAllowedException(String message,
Response response) |
NotAllowedException(String message,
Response response,
Throwable cause) |
NotAllowedException(String allowed,
String... moreAllowed) |
NotAllowedException(String message,
String allowed,
String... moreAllowed) |
NotAllowedException(String message,
Throwable cause,
String... allowedMethods) |
NotAllowedException(Throwable cause,
String... allowedMethods) |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018 The Apache Software Foundation. All rights reserved.