Package org.opencms.ade.publish
Class CmsTooManyPublishResourcesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.ade.publish.CmsTooManyPublishResourcesException
- All Implemented Interfaces:
Serializable
An exception thrown to signal that the amount of publish resources exceeds the configured limit in the workflow manager.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsTooManyPublishResourcesException
Creates a new instance.- Parameters:
count
- the amount of publish resources
-
-
Method Details
-
getCount
Returns the amount of publish resources.The result may not be 100% accurate.
- Returns:
- the amount of publish resources
-