public class ResteasyNotAuthorizedException extends NotAuthorizedException implements WebApplicationExceptionWrapper<NotAuthorizedException>
NotAuthorizedException with a sanitized response| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getChallenges()
Get the list of authorization challenges associated with the exception and
applicable to the resource requested by the client.
|
NotAuthorizedException |
unwrap()
Returns the original, unwrapped, exception.
|
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsanitize, unwrap, wrappublic List<Object> getChallenges()
NotAuthorizedExceptiongetChallenges in class NotAuthorizedExceptionpublic NotAuthorizedException unwrap()
WebApplicationExceptionWrapperunwrap in interface WebApplicationExceptionWrapper<NotAuthorizedException>Copyright © 2022 JBoss by Red Hat. All rights reserved.