Package org.kuali.coeus.propdev.api.s2s
Interface S2sErrorService
public interface S2sErrorService
-
Method Summary
-
Method Details
-
findS2sErrorByKey
Finds an s2s error by key. The key cannot be blank.- Parameters:
key- the key. cannot be null.- Returns:
- an s2s error or null if not found.
- Throws:
IllegalArgumentException- if the key is blank
-