Generated by
JDiff

Class java.rmi.activation.ActivationException

Documentation changed from old to new.

Changed Constructors
ActivationException(String) Documentation changed from old to new.
Constructs an ActivationException with detail message s.
ActivationException(String, Throwable) Documentation changed from old to new.
Constructs an ActivationException with detail message s and detail exception ex.
ActivationException(void) Documentation changed from old to new.
Constructs an ActivationException with no specified detail message.
 

Changed Methods
String getMessage() Documentation changed from old to new.
Produces the message include the message from the nested exception if there is one.
void printStackTrace() Documentation changed from old to new.
Prints the composite message to System.err.
void printStackTrace(PrintStream) Documentation changed from old to new.
Prints the composite message and the embedded stack trace to the specified stream ps.
void printStackTrace(PrintWriter) Documentation changed from old to new.
Prints the composite message and the embedded stack trace to the specified print writer pw.