public class UnauthorizedException extends RuntimeException
Constructor and Description |
---|
UnauthorizedException(SimpleIdentity identity,
String actionName,
Object resource,
String resourceName) |
UnauthorizedException(String actionName,
Object resource,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
SimpleIdentity |
getIdentity() |
String |
getMessage() |
Object |
getResource() |
String |
getResourceAsString() |
String |
getResourceName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnauthorizedException(SimpleIdentity identity, String actionName, Object resource, String resourceName)
public String getMessage()
getMessage
in class Throwable
public SimpleIdentity getIdentity()
public String getActionName()
public Object getResource()
public String getResourceAsString()
public String getResourceName()