Package org.apache.ofbiz.ws.rs
Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.apache.ofbiz.ws.rs.ConflictException
- All Implemented Interfaces:
Serializable
public class ConflictException
extends javax.ws.rs.WebApplicationException
A HTTP 409 (Conflict) exception
- See Also:
-
Constructor Summary
ConstructorDescriptionConflictException
(String message) Construct a new ConflictException exception. -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
Construct a new ConflictException exception.
-