Class SailConflictException

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:
  • Constructor Details

    • SailConflictException

      public SailConflictException()
    • SailConflictException

      public SailConflictException(String msg)
    • SailConflictException

      public SailConflictException(String msg, Throwable t)
    • SailConflictException

      public SailConflictException(Throwable t)