java.security
public
class
java.security.PrivilegedActionException
Instances of this class are used to wrap exceptions which occur within
privileged operations.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
PrivilegedActionException(Exception ex)
Constructs a new instance of this class with its exception filled in.
Public Methods
Returns the cause of this Throwable, or null if there is no cause.
Returns
- Throwable The receiver's cause.
public
Exception
getException()
Returns the exception which caused the receiver to be thrown.
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- String a printable representation for the receiver.