public class UnauthorizedException extends LoggableFailure
| Constructor and Description |
|---|
UnauthorizedException() |
UnauthorizedException(String s) |
UnauthorizedException(String s,
Response response) |
UnauthorizedException(String s,
Throwable throwable) |
UnauthorizedException(String s,
Throwable throwable,
Response response) |
UnauthorizedException(Throwable throwable) |
UnauthorizedException(Throwable throwable,
Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException()
public UnauthorizedException(String s)
public UnauthorizedException(String s, Throwable throwable, Response response)
public UnauthorizedException(Throwable throwable)
Copyright © 2018 JBoss by Red Hat. All rights reserved.