public class UnauthorizedException extends RuntimeException
| Constructor and Description |
|---|
UnauthorizedException(long[] authorizationScope,
long targetResourceId,
String[] actions) |
UnauthorizedException(String message,
long[] authorizationScope,
long targetResourceId,
String[] actions) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getActions() |
long[] |
getAuthorizationScope() |
long |
getTargetResourceId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException(long[] authorizationScope,
long targetResourceId,
String[] actions)
public String[] getActions()
public long[] getAuthorizationScope()
public long getTargetResourceId()
Copyright © 2011–2015 Everit Kft.. All rights reserved.