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 String
getDetail()
List<String>
getSchemas()
ErrorType
getScimType()
int
getStatus()
-
-
-
Constructor Detail
-
SCIMError
public SCIMError(BadRequestException ex)
-
-