Class LockingResponse.AcquiringLockFailed

  • All Implemented Interfaces:
    LockingResponse, CommandSerializable, java.io.Serializable, scala.Equals, scala.Product
    Enclosing interface:
    LockingResponse

    public static class LockingResponse.AcquiringLockFailed
    extends java.lang.Object
    implements LockingResponse, scala.Product, java.io.Serializable
    This is sent when lock acquiring fails, e.g. Component A tries to Lock component B which is already locked by Component C

    param: reason describing the failure to acquire lock

    See Also:
    Serialized Form
    • Constructor Detail

      • AcquiringLockFailed

        public AcquiringLockFailed​(java.lang.String reason)
    • Method Detail

      • reason

        public java.lang.String reason()