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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CmsTooManyPublishResourcesExceptionCreates a new instance.- Parameters:
- count- the amount of publish resources
 
 
- 
- 
Method Details- 
getCountReturns the amount of publish resources.The result may not be 100% accurate. - Returns:
- the amount of publish resources
 
 
-