public class NotAuthorizedException extends AbstractUserException
| Constructor and Description |
|---|
NotAuthorizedException(String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
int |
getHttpCode() |
String |
getMoreInfoUrl() |
getServerStack, setServerStackaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAuthorizedException(String message)
message - the exception messagepublic int getHttpCode()
getHttpCode in class AbstractRestExceptionAbstractRestException.getHttpCode()public int getErrorCode()
getErrorCode in class AbstractRestExceptionAbstractRestException.getErrorCode()public String getMoreInfoUrl()
getMoreInfoUrl in class AbstractRestExceptionAbstractRestException.getMoreInfoUrl()Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.