Class Locked

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(423) @Schema(description="Locked") public class Locked extends BasicHttpException
Exception representing an HTTP 423 (Locked).

The resource that is being accessed is locked.

See Also: