[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eConflictException\u003c/code\u003e is a class that extends \u003ccode\u003eServiceException\u003c/code\u003e and is part of the \u003ccode\u003ecom.google.api.server.spi.response\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThis exception is specifically designed to be mapped to a 409 HTTP response code, indicating a conflict.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConflictException\u003c/code\u003e class offers multiple constructors, allowing for different levels of detail such as just the message, or status message, reason, domain, and a cause exception.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e like \u003ccode\u003eclone\u003c/code\u003e, \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003egetClass\u003c/code\u003e, and others, allowing users to utilize these functions.\u003c/p\u003e\n"]]],[],null,["# ConflictException\n\ncom.google.api.server.spi.response\n\nClass ConflictException\n-----------------------\n\n- java.lang.Object\n-\n - ServiceException\n -\n - com.google.api.server.spi.response.ConflictException\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public class ConflictException\n extends ServiceException\n ``` \nConflict exception that is mapped to a 409 response. \n-\n -\n\n ### Constructor Summary\n\n \u003c!-- --\u003e\n\n -\n\n ### Method Summary\n\n -\n\n ### Methods inherited from class java.lang.Object\n\n`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait` \n-\n -\n\n ### Constructor Detail\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String message)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.Throwable cause)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String message,\n java.lang.Throwable cause)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String statusMessage,\n java.lang.String reason)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String statusMessage,\n java.lang.String reason,\n java.lang.Throwable cause)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String statusMessage,\n java.lang.String reason,\n java.lang.String domain)\n ```\n\n\n -\n\n #### ConflictException\n\n ```\n public ConflictException(java.lang.String statusMessage,\n java.lang.String reason,\n java.lang.String domain,\n java.lang.Throwable cause)\n ```"]]