Generated by
JDiff

Class javax.jcr.RepositoryException

Removed Methods
Throwable getCause() Returns the cause of this exception or null if the cause is nonexistent or unknown.
String getLocalizedMessage() Returns the localized message, including the localized message from the nested exception if there is one.
String getMessage() Returns the detail message, including the message from the nested exception if there is one.
void printStackTrace() Prints this RepositoryException and its backtrace to the standard error stream.
void printStackTrace(PrintStream) Prints this RepositoryException and its backtrace to the specified print stream.
void printStackTrace(PrintWriter) Prints this RepositoryException and its backtrace to the specified print writer.
 

Removed Fields
Throwable rootCause Root failure cause