Class LockFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orderoperation.service.messaging.checkout.LockFailException
- All Implemented Interfaces:
Serializable
Exception thrown when a lock fails to be acquired.
- Since:
- Order Operation Service 2.2.0, Release Train 2.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockFailException(String message, Throwable cause, List<LockStatus> successfullyCreatedLocks) LockFailException(String message, List<LockStatus> successfullyCreatedLocks) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockFailException
-
LockFailException
public LockFailException(String message, Throwable cause, List<LockStatus> successfullyCreatedLocks)
-
-
Method Details
-
getSuccessfullyCreatedLocks
-