public class SoapSQLException
extends java.sql.SQLException
| Constructor and Description | 
|---|
| SoapSQLException(java.lang.String reason)Constructs an  SQLExceptionobject with a reason;
 theSQLStatefield defaults tonull, and
 thevendorCodefield defaults to 0. | 
| SoapSQLException(java.lang.String reason,
                java.lang.Throwable cause)Constructs an  SQLExceptionobject with a reason;
 theSQLStatefield defaults tonull, and
 thevendorCodefield defaults to 0. | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoapSQLException(java.lang.String reason)
SQLException object with a reason;
 the SQLState field defaults to null, and
 the vendorCode field defaults to 0.reason - a description of the exceptionpublic SoapSQLException(java.lang.String reason,
                        java.lang.Throwable cause)
SQLException object with a reason;
 the SQLState field defaults to null, and
 the vendorCode field defaults to 0.reason - a description of the exceptioncause - the causestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.