|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void printStackTrace() |
Prints the stack trace of the exception that occurred. |
void printStackTrace(PrintStream ) |
Prints the stack trace of the exception that occurred to the specified print stream. |
void printStackTrace(PrintWriter ) |
Prints the stack trace of the exception that occurred to the specified print writer. |
Added Methods | |
Throwable getCause() |
Returns the the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException ). |
Changed Methods | ||
Exception getException() |
Documentation changed from old to new. |
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException . |
String toString() |
Documentation changed from old to new. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |