Class TooBusyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.transaction.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:
  • Constructor Details

    • 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