Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends ApiException
Thrown when the request conflicts with existing state (409).
See Also:
  • Constructor Details

    • ConflictException

      public ConflictException(String code, String message, String requestId, byte[] body)