public class PGSQLSimpleException extends SQLException implements PGSQLExceptionInfo
Constructor and Description |
---|
PGSQLSimpleException() |
PGSQLSimpleException(String reason) |
PGSQLSimpleException(String reason,
String SQLState) |
PGSQLSimpleException(String reason,
String SQLState,
int vendorCode) |
PGSQLSimpleException(String reason,
String sqlState,
int vendorCode,
Throwable cause) |
PGSQLSimpleException(String reason,
String sqlState,
Throwable cause) |
PGSQLSimpleException(String reason,
Throwable cause) |
PGSQLSimpleException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getColumn() |
String |
getConstraint() |
String |
getDatatype() |
String |
getSchema() |
String |
getTable() |
void |
setColumn(String column) |
void |
setConstraint(String constraint) |
void |
setDatatype(String datatype) |
void |
setSchema(String schema) |
void |
setTable(String table) |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PGSQLSimpleException()
public PGSQLSimpleException(String reason, String sqlState, int vendorCode, Throwable cause)
public PGSQLSimpleException(String reason)
public PGSQLSimpleException(Throwable cause)
public String getSchema()
getSchema
in interface PGSQLExceptionInfo
public void setSchema(String schema)
setSchema
in interface PGSQLExceptionInfo
public String getTable()
getTable
in interface PGSQLExceptionInfo
public void setTable(String table)
setTable
in interface PGSQLExceptionInfo
public String getColumn()
getColumn
in interface PGSQLExceptionInfo
public void setColumn(String column)
setColumn
in interface PGSQLExceptionInfo
public String getDatatype()
getDatatype
in interface PGSQLExceptionInfo
public void setDatatype(String datatype)
setDatatype
in interface PGSQLExceptionInfo
public String getConstraint()
getConstraint
in interface PGSQLExceptionInfo
public void setConstraint(String constraint)
setConstraint
in interface PGSQLExceptionInfo
Copyright © 2013–2017 impossibl.com. All rights reserved.