public abstract class AbstractPrivilegedAction<R> extends Object implements PrivilegedAction<R>
| Constructor and Description |
|---|
AbstractPrivilegedAction() |
public R run()
run in interface PrivilegedAction<R>protected abstract R invoke() throws InvocationTargetException, Exception
InvocationTargetExceptionExceptionCopyright © 2007–2016 Andreas Bartels. All rights reserved.