Class LockingResponse.ReleasingLockFailed

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

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

    param: reason describing the failure to release lock

    See Also:
    Serialized Form
    • Constructor Detail

      • ReleasingLockFailed

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

      • reason

        public java.lang.String reason()