Class ConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ClientErrorException
org.minijax.dao.ConflictException
All Implemented Interfaces:
java.io.Serializable

public class ConflictException
extends jakarta.ws.rs.ClientErrorException
The ConflictException represents a HTTP 409 error.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ConflictException​(java.lang.String key)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()  

    Methods inherited from class jakarta.ws.rs.WebApplicationException

    getResponse

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConflictException

      public ConflictException​(java.lang.String key)
  • Method Details

    • getKey

      public java.lang.String getKey()