public class DelegateSQLException extends SQLException
Constructor and Description |
---|
DelegateSQLException(SQLException e,
String msg) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getMessage() |
SQLException |
getNextException() |
String |
getSQLState() |
Iterator<Throwable> |
iterator() |
void |
setNextException(SQLException ex) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DelegateSQLException(SQLException e, String msg)
public String getMessage()
getMessage
in class Throwable
public String getSQLState()
getSQLState
in class SQLException
public int getErrorCode()
getErrorCode
in class SQLException
public SQLException getNextException()
getNextException
in class SQLException
public void setNextException(SQLException ex)
setNextException
in class SQLException
Copyright © 2017 Apache Software Foundation. All Rights Reserved.