public class SCIMError extends Object
| Constructor and Description |
|---|
SCIMError(BadRequestException ex) |
SCIMError(ErrorType scimType,
int status,
String detail) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
List<String> |
getSchemas() |
ErrorType |
getScimType() |
int |
getStatus() |
public SCIMError(BadRequestException ex)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.