Class LockTimeout

  • All Implemented Interfaces:
    java.io.Serializable

    public class LockTimeout
    extends ConcurrencyException
    Server could not acquire necessary lock. Wait and try again.
    Since:
    4.3
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int seconds
      Informational field on number of seconds that the lock was tried for.
    • Constructor Summary

      Constructors 
      Constructor Description
      LockTimeout​(java.lang.String msg, long backOffInMilliseconds, int timeoutInSeconds)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • seconds

        public final int seconds
        Informational field on number of seconds that the lock was tried for.
    • Constructor Detail

      • LockTimeout

        public LockTimeout​(java.lang.String msg,
                           long backOffInMilliseconds,
                           int timeoutInSeconds)