wt.util.xml.io
Class XMLIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bywt.util.xml.io.XMLIOException
All Implemented Interfaces:
Serializable

public class XMLIOException
extends SQLException
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XMLIOException()
          Constructs a new exception; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0.
XMLIOException(String r)
          Constructs a new exception with a reason; SQLState defaults to null and vendorCode defaults to 0.
XMLIOException(String r, String s)
          Constructs a new exception with a reason and SQLState; vendorCode defaults to 0.
XMLIOException(String r, String s, int v)
          Constructs a new exception (fully-specified SQLException).
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

XMLIOException

public XMLIOException()
Constructs a new exception; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0.


XMLIOException

public XMLIOException(String r)
Constructs a new exception with a reason; SQLState defaults to null and vendorCode defaults to 0.

Parameters:
r -

XMLIOException

public XMLIOException(String r,
                      String s)
Constructs a new exception with a reason and SQLState; vendorCode defaults to 0.

Parameters:
r -
s -

XMLIOException

public XMLIOException(String r,
                      String s,
                      int v)
Constructs a new exception (fully-specified SQLException).

Parameters:
r -
s -
v -