public class SQLExceptionFactory extends AbstractExceptionFactory<SQLException>
Constructor and Description |
---|
SQLExceptionFactory() |
Modifier and Type | Method and Description |
---|---|
SQLException |
createException(String message) |
boolean |
equals(SQLException exception1,
SQLException exception2) |
ExceptionType |
getType() |
boolean |
indicatesFailure(SQLException exception,
Dialect dialect) |
correctHeuristic, createException, getTargetClass
public SQLExceptionFactory()
public SQLException createException(String message)
public boolean equals(SQLException exception1, SQLException exception2)
equals
in interface ExceptionFactory<SQLException>
equals
in class AbstractExceptionFactory<SQLException>
ExceptionFactory.equals(java.lang.Exception, java.lang.Exception)
public boolean indicatesFailure(SQLException exception, Dialect dialect)
public ExceptionType getType()
getType
in interface ExceptionFactory<SQLException>
getType
in class AbstractExceptionFactory<SQLException>
ExceptionFactory.getType()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.