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.
|
getResponse
Copyright © 2016 Oracle Corporation. All Rights Reserved.