Create a new SAXException from an existing exception.
<p>The existing exception will be embedded in the new one, but the new exception will have its own message.</p>
@param message The detail message. @param e The exception to be wrapped in a SAXException.
See Implementation
Create a new SAXException from an existing exception.
<p>The existing exception will be embedded in the new one, but the new exception will have its own message.</p>
@param message The detail message. @param e The exception to be wrapped in a SAXException.