Class ContentLocaleAlreadyLockedException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="6.0")
    public class ContentLocaleAlreadyLockedException
    extends java.lang.Exception
    Occurs when a user tries to lock a content that is already locked by another user.
    Since:
    6.0.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ContentLocaleAlreadyLockedException

        public ContentLocaleAlreadyLockedException()
      • ContentLocaleAlreadyLockedException

        public ContentLocaleAlreadyLockedException​(java.lang.String message,
                                                   java.lang.Throwable cause)
      • ContentLocaleAlreadyLockedException

        public ContentLocaleAlreadyLockedException​(java.lang.String message)
      • ContentLocaleAlreadyLockedException

        public ContentLocaleAlreadyLockedException​(java.lang.Throwable cause)