Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ValidationError> |
ValidationException.getViolations()
Get list of constraint validations.
|
Constructor and Description |
---|
ValidationException(int status,
List<? extends ValidationError> violations)
Construct a new instance with the specified HTTP status code and
a list of violations.
|
ValidationException(Response.Status status,
List<? extends ValidationError> violations)
Construct a new instance with the specified HTTP status code and
a list of violations.
|
Copyright © 2013. All Rights Reserved.