public
class
PrivilegedActionException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.security.PrivilegedActionException | ||
Legacy security code; do not use.
Public constructors | |
|---|---|
PrivilegedActionException(Exception exception)
|
|
Public methods | |
|---|---|
Exception
|
getException()
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
PrivilegedActionException (Exception exception)
| Parameters | |
|---|---|
exception |
Exception
|