Uses of Class
org.openiam.exception.EsbErrorToken
-
Packages that use EsbErrorToken Package Description org.openiam.base.ws Bases that are used when the API is exposed as web services.org.openiam.exception org.openiam.mq.dto -
-
Uses of EsbErrorToken in org.openiam.base.ws
Methods in org.openiam.base.ws with parameters of type EsbErrorToken Modifier and Type Method Description void
Response. addErrorToken(EsbErrorToken errorToken)
-
Uses of EsbErrorToken in org.openiam.exception
Methods in org.openiam.exception that return types with arguments of type EsbErrorToken Modifier and Type Method Description List<EsbErrorToken>
BasicDataServiceException. getErrorTokenList()
Methods in org.openiam.exception with parameters of type EsbErrorToken Modifier and Type Method Description void
BasicDataServiceException. addErrorToken(EsbErrorToken errorToken)
Constructors in org.openiam.exception with parameters of type EsbErrorToken Constructor Description BasicDataServiceException(ResponseCode code, EsbErrorToken esbErrorToken)
FieldMappingDataServiceException(ResponseCode code, EsbErrorToken esbErrorToken)
UserSaveLockedException(ResponseCode code, EsbErrorToken esbErrorToken, boolean isCalledByProvisioning)
-
Uses of EsbErrorToken in org.openiam.mq.dto
Methods in org.openiam.mq.dto with parameters of type EsbErrorToken Modifier and Type Method Description void
MQResponse. addErrorToken(EsbErrorToken errorToken)
-