com.ibm.portal.resolver.xml.exception
Class SAXIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ibm.portal.resolver.xml.exception.SAXIOException
All Implemented Interfaces:
java.io.Serializable

public class SAXIOException
extends java.io.IOException

Since:
7.0
See Also:
Serialized Form

Constructor Summary
SAXIOException(org.xml.sax.SAXException aCause)
          Initializes the IOException with the root cause
 
Method Summary
 org.xml.sax.SAXException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXIOException

public SAXIOException(org.xml.sax.SAXException aCause)
Initializes the IOException with the root cause

Parameters:
aCause - the cause, not null
Method Detail

getCause

public org.xml.sax.SAXException getCause()
Overrides:
getCause in class java.lang.Throwable