Wrap a DataException around another throwable. super(rootCause.getMessage()); this.rootCause = rootCause;
super(rootCause.getMessage()); this.rootCause = rootCause;
Construct an exception with the specified detail message. super(message);
super(message);
returna reference to the root exception or null. return this.rootCause;
return this.rootCause;