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. SeeResourceLockRepository
for more information.- Author:
- Jeff Fischer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceLockException()
ResourceLockException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceLockException
public ResourceLockException()
-
ResourceLockException
public ResourceLockException(String message)
-
-