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, getSQLStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2017 JBoss by Red Hat. All rights reserved.