Class ConflictException

  • All Implemented Interfaces:
    Serializable

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

      • ConflictException

        public ConflictException​(String key)
    • Method Detail

      • getKey

        public String getKey()