public class SoapSQLException
extends java.sql.SQLException
Constructor and Description |
---|
SoapSQLException(java.lang.String reason)
Constructs an
SQLException object with a reason;
the SQLState field defaults to null , and
the vendorCode field defaults to 0. |
SoapSQLException(java.lang.String reason,
java.lang.Throwable cause)
Constructs an
SQLException object with a reason;
the SQLState field defaults to null , and
the vendorCode field defaults to 0. |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.