Class ContentLockedByAnotherUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
org.craftercms.studio.api.v2.exception.content.ContentLockedByAnotherUserException
All Implemented Interfaces:
Serializable

public class ContentLockedByAnotherUserException extends ServiceLayerException
Extension of ServiceLayerException thrown when a user tries to lock an item that is already locked
Since:
4.0.0
See Also:
  • Field Details

    • lockOwner

      protected final String lockOwner
      The username of the user that owns the lock of the item
  • Constructor Details

    • ContentLockedByAnotherUserException

      public ContentLockedByAnotherUserException(String lockOwner)
  • Method Details