Class ElementLockAcquisitionException

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApiAll
    public class ElementLockAcquisitionException
    extends java.lang.Exception
    An exception that is thrown to signal that a required element could not be locked
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element getElement()
      Gets the element that could not be locked
      • 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
    • Constructor Detail

      • ElementLockAcquisitionException

        public ElementLockAcquisitionException​(Element element)
        Creates new instance of ElementLockAcquisitionException
        Parameters:
        element - the element that could not be locked
    • Method Detail

      • getElement

        public Element getElement()
        Gets the element that could not be locked
        Returns:
        the element