Interface ContentionError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
ContentionErrorImpl

public interface ContentionError extends ErrorObject
ContentionError
Example to create an instance using the builder pattern

     ContentionError contentionError = ContentionError.builder()
             .message("{message}")
             .build()