Class SCIMError
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMError
-
- All Implemented Interfaces:
Serializable
public class SCIMError extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMError(BadRequestException ex)SCIMError(ErrorType scimType, int status, String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()List<String>getSchemas()ErrorTypegetScimType()intgetStatus()
-
-
-
Constructor Detail
-
SCIMError
public SCIMError(BadRequestException ex)
-
-