T
- The type of exception supplied@FunctionalInterface public interface ContextAwareConflictExceptionSupplier<T>
Modifier and Type | Method and Description |
---|---|
T |
supplyException(ConflictDescription conflictDescription)
Creates an instance of an exception indicating a conflict described by the given
conflictDescription . |
T supplyException(ConflictDescription conflictDescription)
conflictDescription
.conflictDescription
- Describing details of the conflict detectedCopyright © 2010–2020. All rights reserved.