public class UnauthorizedException extends RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| static String | UNAUTHORIZED_PATH | 
| Constructor and Description | 
|---|
| UnauthorizedException(String message) | 
| UnauthorizedException(String message,
                     Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPath() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String UNAUTHORIZED_PATH
public UnauthorizedException(String message)
public UnauthorizedException(String message, Throwable cause)
Copyright © 2009–2016 SonarSource. All rights reserved.