Class ResourceLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.messaging.exception.ResourceLockException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLockException
public ResourceLockException() -
ResourceLockException
-