public class ConflictException extends WebApplicationException
| Constructor and Description |
|---|
ConflictException()
Create a HTTP 409 (Conflict) exception.
|
ConflictException(java.lang.String message)
Create a HTTP 409 (Conflict) exception.
|
getResponseCopyright © 2016 Oracle Corporation. All Rights Reserved.