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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LockRetryException(String message)LockRetryException(String message, Throwable cause)LockRetryException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-