public interface ExceptionFactory<E extends Exception> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
correctHeuristic(E exception,
Durability.Phase phase) |
E |
createException(String message) |
E |
createException(Throwable e) |
boolean |
equals(E exception1,
E exception2) |
Class<E> |
getTargetClass() |
ExceptionType |
getType() |
boolean |
indicatesFailure(E exception,
Dialect dialect) |
ExceptionType getType()
boolean correctHeuristic(E exception, Durability.Phase phase)
Copyright © 2004–2013 Paul Ferraro. All rights reserved.