wt.util.xml.io
Class XMLIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
wt.util.xml.io.XMLIOException
- All Implemented Interfaces:
- Serializable
- public class XMLIOException
- extends SQLException
- implements Serializable
- See Also:
- Serialized Form
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.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-