public class IOExceptionFactory extends AbstractExceptionFactory<IOException>
| Constructor and Description |
|---|
IOExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
correctHeuristic(IOException exception,
Durability.Phase phase) |
IOException |
createException(String message) |
ExceptionType |
getType() |
boolean |
indicatesFailure(IOException exception,
Dialect dialect) |
createException, equals, getTargetClasspublic IOExceptionFactory()
public IOException createException(String message)
public boolean indicatesFailure(IOException exception, Dialect dialect)
public ExceptionType getType()
getType in interface ExceptionFactory<IOException>getType in class AbstractExceptionFactory<IOException>public boolean correctHeuristic(IOException exception, Durability.Phase phase)
correctHeuristic in interface ExceptionFactory<IOException>correctHeuristic in class AbstractExceptionFactory<IOException>Copyright © 2004–2014 Paul Ferraro. All rights reserved.