public class ConflictException
extends javax.ws.rs.WebApplicationException
Constructor and Description |
---|
ConflictException()
Create a HTTP 409 (Conflict) exception.
|
ConflictException(String message)
Create a HTTP 409 (Conflict) exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConflictException()
public ConflictException(String message)
message
- the String that is the entity of the 409 response.Copyright © 2013 Oracle Corporation. All rights reserved.