
public class NoPermissionException extends SecurityException
security exception indicating the lack of permission required to do something.| Constructor and Description |
|---|
NoPermissionException(Object protectableObject) |
NoPermissionException(Object protectableObject,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProtectableObject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.