Class SailConflictException

java.lang.Object
All Implemented Interfaces:
Serializable

public class SailConflictException extends SailException
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled. Such as when multiple conflicting IsolationLevels.SERIALIZABLE transactions overlap in time.
See Also: