public class IlvSDOException extends IOException
Constructor and Description |
---|
IlvSDOException(SQLException e)
Initializes an
IlvSDOException with an SQLException . |
IlvSDOException(String message)
Initializes an
IlvSDOException with a message. |
Modifier and Type | Method and Description |
---|---|
SQLException |
getSQLException()
Returns the
SQLException , if any. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvSDOException(String message)
IlvSDOException
with a message.message
- A messagepublic IlvSDOException(SQLException e)
IlvSDOException
with an SQLException
.e
- The SQL exceptionpublic SQLException getSQLException()
SQLException
, if any.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.