Class 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 Detail

      • LockRetryException

        public LockRetryException​(String message)
      • LockRetryException

        public LockRetryException​(Throwable cause)
      • LockRetryException

        public LockRetryException​(String message,
                                  Throwable cause)