Package org.minijax.dao
Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- javax.ws.rs.ClientErrorException
-
- org.minijax.dao.ConflictException
-
- All Implemented Interfaces:
Serializable
public class ConflictException extends javax.ws.rs.ClientErrorExceptionThe ConflictException represents a HTTP 409 error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictException(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-