diff --git a/delfin/exception.py b/delfin/exception.py index c4eb9b350..98fc58a16 100644 --- a/delfin/exception.py +++ b/delfin/exception.py @@ -385,3 +385,8 @@ class ComponentNotFound(NotFound): class IncompleteTrapInformation(DelfinException): msg_fmt = _("Incomplete trap information." "Storage {0} alert information needs to be synchronized.") + + +class StorageMaxUserCountException(DelfinException): + msg_fmt = _( + "Exception from storage of users has reached the upper limit: {0}.")