public class DataException extends JDBCException
Constructor and Description |
---|
DataException(String message,
SQLException root)
Constructor for JDBCException.
|
DataException(String message,
SQLException root,
String sql)
Constructor for JDBCException.
|
getErrorCode, getSQL, getSQLException, getSQLState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataException(String message, SQLException root)
root
- The underlying exception.public DataException(String message, SQLException root, String sql)
message
- Optional message.root
- The underlying exception.Copyright © 2019 JBoss by Red Hat. All rights reserved.