public class NotAuthorizedException extends ClientErrorException
| Constructor and Description |
|---|
NotAuthorizedException(Object challenge,
Object... moreChallenges) |
NotAuthorizedException(Response response) |
NotAuthorizedException(Response response,
Throwable cause) |
NotAuthorizedException(String message,
Object challenge,
Object... moreChallenges) |
NotAuthorizedException(String message,
Response response) |
NotAuthorizedException(String message,
Response response,
Throwable cause) |
NotAuthorizedException(String message,
Throwable cause,
Object challenge,
Object... moreChallenges) |
NotAuthorizedException(Throwable cause,
Object challenge,
Object... moreChallenges) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getChallenges() |
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthorizedException(String message, Object challenge, Object... moreChallenges)
public NotAuthorizedException(Response response)
public NotAuthorizedException(Throwable cause, Object challenge, Object... moreChallenges)
public NotAuthorizedException(String message, Throwable cause, Object challenge, Object... moreChallenges)
Copyright © 2018 The Apache Software Foundation. All rights reserved.