Package java.security
Class PrivilegedActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.PrivilegedActionException
- All Implemented Interfaces:
Serializable
public class PrivilegedActionException extends Exception
Legacy security code; do not use.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PrivilegedActionException(Exception ex) -
Method Summary
Modifier and Type Method Description ExceptiongetException()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrivilegedActionException
-
-
Method Details
-
getException
-