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) |
Class<E> getTargetClass()
E createException(Throwable e)
E createException(String message)
boolean indicatesFailure(E exception, Dialect dialect)
ExceptionType getType()
boolean correctHeuristic(E exception, Durability.Phase phase)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.