Class TooBusyException

  • All Implemented Interfaces:
    Serializable

    @AlfrescoPublicApi
    public class TooBusyException
    extends org.alfresco.error.AlfrescoRuntimeException
    An exception thrown by RetryingTransactionHelper when its maxExecutionMs property is set and there isn't enough capacity to execute / retry the transaction.
    Author:
    dward
    See Also:
    Serialized Form
    • Constructor Detail

      • TooBusyException

        public TooBusyException​(String msgId)
        Parameters:
        msgId - String
      • TooBusyException

        public TooBusyException​(String msgId,
                                Object[] msgParams)
        Parameters:
        msgId - String
        msgParams - Object[]
      • TooBusyException

        public TooBusyException​(String msgId,
                                Throwable cause)
        Parameters:
        msgId - String
        cause - Throwable
      • TooBusyException

        public TooBusyException​(String msgId,
                                Object[] msgParams,
                                Throwable cause)
        Parameters:
        msgId - String
        msgParams - Object[]
        cause - Throwable