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, setLoggable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.