Package org.openiam.exception
Class FieldMappingDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.BasicDataServiceException
-
- org.openiam.exception.FieldMappingDataServiceException
-
- All Implemented Interfaces:
Serializable
public class FieldMappingDataServiceException extends BasicDataServiceException
Created by alexander on 23/09/16.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
fieldMappings
-
Constructor Summary
Constructors Constructor Description FieldMappingDataServiceException(ResponseCode code)
FieldMappingDataServiceException(ResponseCode code, String responseValue)
FieldMappingDataServiceException(ResponseCode code, Throwable originalCause)
FieldMappingDataServiceException(ResponseCode code, EsbErrorToken esbErrorToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFieldMapping(String field, String value)
Map<String,String>
getFieldMappings()
void
setFieldMappings(Map<String,String> fieldMappings)
-
Methods inherited from class org.openiam.exception.BasicDataServiceException
addErrorToken, getCode, getErrorTokenList, getOriginalCause, getResponseValue, setCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
FieldMappingDataServiceException
public FieldMappingDataServiceException(ResponseCode code)
-
FieldMappingDataServiceException
public FieldMappingDataServiceException(ResponseCode code, EsbErrorToken esbErrorToken)
-
FieldMappingDataServiceException
public FieldMappingDataServiceException(ResponseCode code, Throwable originalCause)
-
FieldMappingDataServiceException
public FieldMappingDataServiceException(ResponseCode code, String responseValue)
-
-