java.security
Class PrivilegedActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.PrivilegedActionException
All Implemented Interfaces:
Serializable

public class PrivilegedActionException
extends Exception

See Also:
Serialized Form

Constructor Summary
PrivilegedActionException(Exception var0)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegedActionException

public PrivilegedActionException(Exception var0)
Method Detail

getException

public Exception getException()