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