Class ResourceLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.messaging.exception.ResourceLockException
All Implemented Interfaces:
Serializable

public class ResourceLockException extends RuntimeException
Exception thrown when the system is unable to acquire a lock on a resource. This primarily occurs during sandbox workflow operations. See ResourceLockRepository for more information.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • ResourceLockException

      public ResourceLockException()
    • ResourceLockException

      public ResourceLockException(String message)