public class SQLFaultException extends RuntimeException
| Constructor and Description |
|---|
SQLFaultException(String msg,
SQLException ex) |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
getCause() |
int |
getErrorCode()
Get the SQL error code.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SQLFaultException(String msg, SQLException ex)
public int getErrorCode()
public SQLException getCause()
Copyright © 2018. All rights reserved.