Class LockRetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.connections.jpa.updater.liquibase.lock.LockRetryException
All Implemented Interfaces:
Serializable

public class LockRetryException extends RuntimeException
Indicates that retrieve lock wasn't successful, but it worth to retry it in different transaction (For example if we were trying to create LOCK table, but other transaction created the table in the meantime etc)
Author:
Marek Posolda
See Also:
  • Constructor Details

    • LockRetryException

      public LockRetryException(String message)
    • LockRetryException

      public LockRetryException(Throwable cause)
    • LockRetryException

      public LockRetryException(String message, Throwable cause)