Class CmsTooManyPublishResourcesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsTooManyPublishResourcesException
    extends java.lang.RuntimeException
    An exception thrown to signal that the amount of publish resources exceeds the configured limit in the workflow manager.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()
      Returns the amount of publish resources.
      • 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

    • Method Detail

      • getCount

        public int getCount()
        Returns the amount of publish resources.

        The result may not be 100% accurate.

        Returns:
        the amount of publish resources